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.

Customize admin e-mail

  1. Hi,

    Is it possible to style the e-mail which is sent to the administrator of the form with all the user input?

    Because at this moment the admin e-mail looks like this:

    <table>
    <tr bgcolor="#EAF2FA">
    <td colspan="2">FIELD LABEL (e.g. "name")</td>
    </tr>
    <tr bgcolor="#FFFFFF">
    <td width="20">&nbsp;</td>
    <td>USER INPUT (e.g. "John")</td>
     </tr>
    </table>

    But I would like to show the label + user input on one table row. I've found the code in the common.php, but is is save to change something in that code?

    Thanks

    Posted 13 years ago on Monday February 6, 2012 | Permalink
  2. The notification settings allow you to create your own email markup if you prefer. If you use the {all_fields} merge code it's pre-formatted as you describe. You can build your own markup and insert the individual field merge codes wherever you'd like in your layout.

    screenshot: http://bit.ly/xeNKfY

    http://www.gravityhelp.com/documentation/page/Merge_Codes

    Posted 13 years ago on Monday February 6, 2012 | Permalink
  3. Awesome!
    Just what I was looking for.

    Thanks a lot!

    Posted 13 years ago on Monday February 6, 2012 | Permalink