Tagged: auto responder, CONTACT FORM, email, gravity forms
Hi, by default when I add in html items for the autoresponder of a contact form, it displays the HTML above the message text. How (or maybe “where”) can I adjust this default text so that I can auto respond with a standard full HTML formatted email?
the default text is
Your Message:
Name:
E-Mail:
Subject:
Message:
Hi,
The file is /framework/php/class-form-generator.php
And you should look for lines 636-639… 637 is the line where the content of the message gets sets.
Thanks,
Nick