• Resolved mads

    (@madstudio)


    Hello,

    is it possible to send the submit-emails in the same style like in the form? Is there a possibility like it work if i Print a form (@ all media) or can it “only” styled with <%fieldname#_label%> ….

    thanks
    best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    You are free to use styles in your email, but you should include them as part of the email, for example, if you want sent the field’s label in bold, and the value in red, a possibility would be:

    <p><span style="font-weight:bold;"><%fieldname1_label%>:</span><span style="color:#FF0000;"><%fieldname1_value%></span></p>

    I always recommend to create the email as basic as possible, because the emails applications are not browsers and don’t support all CSS rules.

    Best regards.

    Thread Starter mads

    (@madstudio)

    Hello,

    I understand.
    Thank you very much.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Email Style’ is closed to new replies.