Deleting a selected web-page from Built-in PHP processor script

Issues related to forms.
Post Reply
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Deleting a selected web-page from Built-in PHP processor script

Post by Aris »

Hi.

In a Contact form I choose Use built-in PHP form processor script in which I selected the Success page and the Error page.

Now I wish to delete the Error page.

Can you help me?
Thank you.
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: Deleting a selected web-page from Built-in PHP processor script

Post by WWBman »

The Error Page is required.
From the Help:

Success page (required)
The page that the user will be redirected to after the data has been submitted (after the 'submit' button has been pressed).
It is possible to display the submitted data on the success page. Please read 'Process variables in Success Page' below for more details.

Error page (required)
The page that the user will be redirected to if an error occurred while processing the data.
Note that the error page should not contain any PHP code. Also it should be in the same folder as the form page.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Deleting a selected web-page from Built-in PHP processor script

Post by Pablo »

Hold down the SHIFT key while you click "Select' to clear the selected page.
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: Deleting a selected web-page from Built-in PHP processor script

Post by Aris »

WWBman, Pablo,

I thank you!
Post Reply