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.

email sends HTML in subject

  1. webdevstudios
    Member

    When someone fills out my form, the email I get has a subject like this:

    Questionnaire<table><tr><td>General Information </td><td> </td></tr><tr><td>Name (First):</td><td>Brad</td></tr><tr><td>Name (Last):</td><td>Williams</td></tr><tr><td>Organization:</td><td>WebDevStudios</td></tr><tr><td>Company Industry:</td><td>webs

    It's like the form values that were submitted. Anyone else experience this or just me? The body of the email just has:

    A questionnaire has been filled out. Please check your gravity forms entries to view the information

    Posted 14 years ago on Wednesday October 7, 2009 | Permalink
  2. Hey Brad, what do you have as the subject of your email? It looks like you have the form variable all_fields form field token in your subject text which is why it would be outputting all that data in your Subject. Try clearing out your subject, saving, and then entering the subject again.

    Posted 14 years ago on Wednesday October 7, 2009 | Permalink
  3. webdevstudios
    Member

    Where exactly is the subject setting? I can't seem to find it

    Posted 14 years ago on Thursday October 8, 2009 | Permalink
  4. Go here:

    - Select Edit Forms
    - Hover over the form and select Notifications

    This page has an Admin Notification and a User Notification email.

    It sounds like you are outputting the {all_fields} variable or something similar in the Subject line of one of the Notification emails.

    Posted 14 years ago on Thursday October 8, 2009 | Permalink