Developer Support »

Customising the 'Thank You' message  (See more user questions)

I see what you mean, .

Yes you can do that. You have various options:

With the Pro script you can "autoredirect" to a "thank you" page on your
website. You can make that "thank you" page any way you like.

Also with the Pro script you can use an HTML template to display the "thank
you" message within the script. Again you can make this look any way you
like. This has the advantage that you can show submitted form values on the
"thank you" page.

You can get the Pro script here:

https://formtoemail.com/formtoemail_pro_version.php

With the free script you can edit the HTML for the "thank you" message in
the script...this is the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<title>Form To Email PHP script from FormToEmail.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#ffffff" text="#000000">

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

</body>
</html>

...but you are on your own with that (due to the Pro script having the
facility)!

Have a read through my support section if you get the chance.

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Friday, February 25, 2011 12:34 PM
Subject: Re: FormToEmail script


> Hi There
>
> Thanks for the quick reply. Sorry if the question wasn't very clear but
> what I was trying ask is if I can use my websites template for the "Thank
> You Your Message Has Been Sent" page (FormToEmail.php) so that the site
> has a consistent design. If so do you know how I could do that. Thanks
>
>
> -----Original Message-----
> Sent: Friday, February 25, 2011 12:21 PM
> Subject: Re: FormToEmail script
>
> Hi .
>
> Thank you for your question.
>
> The script will process any form. Make the form on your site any way you
> like it, the script will process it.
>
> Are you asking me how to make an HTML form? I don't make forms, I process
> them, you need to make your own forms. There's a million HTML tutorials
> online for making forms, so you won't have any problem there.
>
> Have a look through my support section also.
>
> Any questions, just let me know.
>
> Best wishes.
>
> Charles Sweeney
> https://formtoemail.com
> The world's easiest feedback script!
>
> ----- Original Message -----
> Sent: Friday, February 25, 2011 11:26 AM
> Subject: FormToEmail script
>
>
>>
>> Comments: Hi there
>>
>> Do you know how I could put the contact form on my site but using my site
>> template so that it would fit into the site better. Thanks
>>
>> Thomas