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.

Anyone available to change script for to plain text for me?

  1. mross
    Member

    Hi, I read this post http://www.gravityhelp.com/forums/topic/sending-in-plain-text-format
    and need to do the same thing - to send lead confirmation (to admin) e-mails in plain text. Working with LeGrand CRM system, which needs plain-text formatted e-mails in order to auto-process leads properly. I know it's possible but I don't know how to do it.
    http://www.gravityhelp.com/documentation/page/Gform_notification_format

    Is someone available to do it - will pay of course.

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  2. mross
    Member

    Followed your instructions; just added it to the bottom of common.php.
    Updated the plugin too, unfortunately it messed up my site. http://prntscr.com/lgcan

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  3. Richard Vav
    Administrator

    The example code shown at the bottom of the Gform notification format page should be placed in your themes functions.php file not the common.php.

    I assume you have now removed the code you pasted into the common.php file, if not you will need to do that to fix your site.

    Now copy lines 2 to 10 of the example code as the first and last lines, the opening and closing php tags are already present in your functions.php file already; paste the copied code at the bottom of the file but above the closing tag ?>

    Posted 11 years ago on Thursday December 6, 2012 | Permalink