Developer Support »

Sending the stock plain-text autoresponse without showing user-submitted values  (See more user questions)

Hi D.

Good to hear from you.

Yes, if sending the autoresponse in plain text (as opposed to enabling $html_format) you can edit this line of code in the script:

}else{$message = $autoresponder_header_message . PHP_EOL.PHP_EOL . build_message($_REQUEST) . $autoresponder_footer_message;}

...change it to this:

}else{$message = $autoresponder_header_message . $autoresponder_footer_message;}

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

On 22/07/2011 10:32, d wrote:

> Comments: I am using the Pro version with autoresponder, sending an attachment.
>
> Without having to create a HTML email auto response, is there some way that I can prevent it from returning the form fields to the recipient.
> I really only want them to receive my attachment and the message I send them, not their email, name, question etc from the form they completed.