I have a simple form with two fields, Subject and Message. The body of my email is fine, but i'm trying to append the subject value in the subject line. This is my subject lineCEO Direct Message - {%value:subject%}And here is the email@html@
@head@
@title@@/title@
@/head@
@body@
@p@@strong@Subject:@/strong@ $$value:subject$$@/p@
@p@@strong@Date:@/strong@ $$value:FormInserted$$@/p@
@p@@strong@Message:@/strong@@br /@
$$value:message$$@/p@
@/body@
@/html@
↧