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.

Make Forms Email Submission As Viewed Online

  1. Is there any way at all that we can have the form submissions sent to the email as they appear online, rather than the blue and white lines?

    I have online forms that use HTML fields to show legal verbage for the form, however, when someone submits the forms to us, we only see the few submission entries that a customer did, we need the html markups and field titles as well. Any way to accomplish this? Thanks in advance.

    Posted 11 years ago on Friday July 13, 2012 | Permalink
  2. David Peralty

    You would have to come up with inline styles for everything. So you remove the {all_tags} and put each one of them in as you want them to appear, so something like

    <strong>{title}</strong>
    <p style='font-size: 16px'>{fieldname}</p>

    http://www.tizag.com/cssT/inline.php

    Posted 11 years ago on Friday July 13, 2012 | Permalink
  3. Where would I begin with this? Where would I start trying to style?

    Posted 11 years ago on Friday July 13, 2012 | Permalink
  4. David Peralty

    In your notifications content box. Instead of having {all_tags} you have to work with it in there.

    One field at a time, styling it the way you want. Using either a table layout or spans, paragraph tags, etc... This is an intermediate to advanced type development work.

    If you don't feel comfortable programming this, I am sure there are plenty of developers that could help you out. I recommend odesk, elance and rentacoder for such things, and we have a Job Board on this forum where you can post small jobs like this.

    Posted 11 years ago on Friday July 13, 2012 | Permalink