PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Question about adding css to email confirmation

  1. Hi, I was wondering how would you add css to a email confirmation. I was wanting to make the email confirmation look more like the pdf form.

    Thanks

    Posted 12 years ago on Saturday July 2, 2011 | Permalink
  2. On the notifications screen for your form, you can Disable Auto-formatting; with a check box beneath the Notification Message (bottom box on the screen.)

    Once that's turned off, you have complete control over the body of your email message. You will have to use simple inline CSS since not all email clients handle CSS gracefully. You'll have to build the body of the email yourself using the drop-down to insert form fields, but then you can wrap that data in whatever CSS you want.

    Here are a couple screenshots of the user notification, one with default formatting and {all_fields} another with just a couple fields and some inline HTML and CSS.
    http://min.us/mvnE53p

    Here is the body of the notification I used (just to show how it was done for a couple form fields.)
    http://pastie.org/2156403

    Posted 12 years ago on Saturday July 2, 2011 | Permalink