Page 1 of 1
Deleting a selected web-page from Built-in PHP processor script
Posted: Tue Apr 02, 2019 8:31 am
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.
Re: Deleting a selected web-page from Built-in PHP processor script
Posted: Tue Apr 02, 2019 8:57 am
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.
Re: Deleting a selected web-page from Built-in PHP processor script
Posted: Tue Apr 02, 2019 9:00 am
by Pablo
Hold down the SHIFT key while you click "Select' to clear the selected page.
Re: Deleting a selected web-page from Built-in PHP processor script
Posted: Tue Apr 02, 2019 9:26 am
by Aris
WWBman, Pablo,
I thank you!