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.

Change email notifications to user (not admin) to plain text.

  1. I've tried to replace text/html to text/plain but then I get a syntax error. Please can someone help with this. It is rather urgent.

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  2. David Peralty

    How did you make this change? Can you please provide more information?

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  3. I changed the following in the common.php

    if(!GFCommon::is_valid_email($from))
    return;

    $content_type = $message_format == "html" ? "text/html" : "text/plain";

    and then it gives the error.

    I there an easier way?

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  4. David Peralty

    Never change core code please. Check out our hook: http://www.gravityhelp.com/documentation/page/Gform_notification which allows you to change the type of e-mail sent.

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink

This topic has been resolved and has been closed to new replies.