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.

Notifications in HTML/Text not hiding html tags

  1. Hi, Question about notifications and html formatting. I am getting the notifications but they look like they are in plain text when I want them in HTML. After reading the docs it seems HTML is default. But they notification text looks like this:

    <strong>Name:</strong> David Kraljic<br />
    <strong>Company:</strong> Goodlab<br />
    <strong>Type of Company:</strong> Agency<br />

    I did read through some older forum posts but they look like they are about previous versions. It seems you've update the notification format since those support forum posts.

    And ideas?

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  2. How are you formatting your notifications? Are you simply using the all_fields merge tag or is this a custom notification you've created? Did you place this in the HTML or Visual tab?

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  3. the notification is formatted in the html tab like this:
    Hello {Name (First):5.3},

    Thank you for contacting us. We'll get back to your shortly. For your convenience the information you submitted is shown below.

    Submitted Information

    Name: {Name (First):5.3} {Name (Last):5.6}
    Company: {Company:6}
    Type of Company: {Type of Company:7}

    Message: {Message:3}

    ----------------

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  4. Oops, should have put that in a code blog:

    <br />
    Hello {Name (First):5.3},</p>
    <p>Thank you for contacting us. We'll get back to your shortly. For your convenience the information you submitted is shown below.</p>
    <p><strong>Submitted Information</strong></p>
    <p><strong>Name:</strong> {Name (First):5.3} {Name (Last):5.6}<br />
    <strong>Company:</strong> {Company:6}<br />
    <strong>Type of Company:</strong> {Type of Company:7}</p>
    <p><strong>Message: </strong>{Message:3}</p>
    <p>----------------<br />
    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  5. Could you export that form and send the XML file to me to rob@rocketgenius.com and reference this post in your email?

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  6. How do I export an xml file? I see the export feature but it only outputs a csv of the data.

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  7. At the top of the export page you will see an option export forms as well. By default you land on the entries link.

    Posted 11 years ago on Thursday August 9, 2012 | Permalink
  8. duh.

    Ok - file sent.

    Thanks!

    Posted 11 years ago on Thursday August 9, 2012 | Permalink