Developer Support »

How to autoredirect after the form is submitted  (See more user questions)

Hi

Sounds like you are talking about the autoredirect. This is the code for it
in the Pro version (FormToEmail-Pro) formtoemailpro.php:

Automatic redirect. If you would like the visitor to be automatically
redirected to another page (or site) when they submit the form (as opposed
to getting the standard "thank you" message) change the value below to 1,
like so: $auto_redirect = 1;

*/

$auto_redirect = 0;

/*

Enter the web address of the page that you would like the visitor to be
automatically redirected to (between the quotes below). You only need to do
this if you have enabled the auto redirect above. You can redirect them to
any page on any site, it doesn't have to be a page on your own site. It is
advisable to write the full URL like so: $redirect_url =
"http://example.com/thankyou.htm";

*/

$redirect_url = "";

I hope it is self explanatory. If you read through the
instructions/configuration options, you will see it 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 23, 2008 9:39 PM
Subject: RE: FormToEmail-Pro script


> Charles, In using the LR Gallery from The Turning Gate, there is a line
> of
> code that allows the user to enter an internet page to go to. It is using
> FormToEmail where I am using FormToMail. In my version with some 3000
> lines
> of code, where should I enter the return to page after the submit button
> is
> used?
>
>
>
> Below is where I have it set up.
>
>
>
> http://
>
>
>
> thanks again.
>
>
>
>
>
> Text below is from line 81 to 88 of FormToEmail and red text is the
> "editable" section. Is there a similar line 87 in FormToMail that I have
> just missed?
>
>
>
>
>
> Enter the continue link to offer the user after the form is sent. If you
> do
> not change this, your visitor will be given a continue link to your
> homepage.
>
>
>
> If you do change it, remove the "/" symbol below and replace with the name
> of the page to link to, eg: "mypage.htm" or
> "http://www.elsewhere.com/page.htm"
>
>
>
> */
>
>
>
> $continue = "http://www..com/SV_temphome.html";