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.

I added a signature line under some HTML text and I can't get them to show up

  1. davry21
    Member

    Two issues:

    1. Can't get the HTML text to show up on the email submission - I saw in another post that a user got around this by using check boxes. I prefer not to use check boxes as the description text on check boxes is in small italics, the formatting is different, and I don't need a check box. Is there any other way to do this?

    2. I put a signature and date line under the HTML text using text boxes with the CSS Class Names of pform-sign and pform-date. I want these to only be visible on the email, so that I can print it out and have the client sign them when they come in. I can't get them to show up when I check "Visibility - Admin Only" or even when I check "Visibility - Everyone"........in the email.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  2. Only form input field values are passed to the notification emails. The HTML fields aren't form data so they're not part of the entry. If you want to put the HTML text in your email, you'll need to manually format your notification and include it there.

    Secondly, using form inputs in HTML emails is generally considered a security risk and is either discouraged or simply not supported in some clients.

    http://www.campaignmonitor.com/blog/post/2435/how-forms-perform-in-html-emai/

    You could always style a div with a bottom border or for the signature or simply use an image of some sort for a signature section.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  3. davry21
    Member

    Is it possible to show the HTML and signature lines in the "Entries" section of Gravity Forms and just print it from there?

    Thanks

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  4. HTML fields aren't technically fields. They are display elements that are only shown on the front end of your site when the form is displayed. They are presentation elements.

    If you explain what you are trying to accomplish in more detail we can see if there is an easy way for you to accomplish what you are trying to do. Right now i'm not 100% sure what you are trying to do or what the end result is supposed to be.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink