Developer Support »

Custom 'thank you' message  (See more user questions)

Hi .

I can help you with your second question, but not the first.

If you want default behaviour in a TTG package, you need to ask TTG about
it.

To make a custom "thank you" message with FormToEmail-Pro, you have various
options.

1. Make a "thank you" page on your website and use the autoredirect
facility in the script to redirect to it after the form is submitted.

2. Use a template for the "thank you" message.

There's instructions in the script for both of the above options.

3. Manually edit the default "thank you" message in the script code. At the
very bottom of the script code, you will see this HTML code:

<center>
<b>Thank you <?php if(isset($_REQUEST['name'])){print
stripslashes(htmlspecialchars($_REQUEST['name']));} ?></b>
<br>Your message has been sent
<p><a href="<?php print $continue; ?>">Click here to continue</a></p>
</center>

Put your own message or name in there.

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Saturday, August 21, 2010 1:27 PM
Subject: FormToEmail script

> Comments: I have upgraded to formtoemail-pro and have installed it to my
> ttg hillside pro gallery in lightroom. I replaced the standard engine
> with the pro version in the gallery action script but still have to
> change the code in the gallery index manually to use form to email pro
> each time I create a gallery. What am I missing to make it the default
> form to email version?
>
> Second I want to include my name in the thank you message. Can I change
> the default message and if so where?
>
> Thank you in advance for your response