How to allow server-side scripts execution on form pages?

Top  Previous  Next

You have full control over any server-side script execution on form pages.

If you use relative or absolute path to file (e.g.: "../form/file.html" or "/fpp/form/filename.php") Form Processor Pro will open it as a text file. No scripts (e.g.: PHP, ASP) will be executed on the page.

If you use full URL (e.g.: "http://www.yoursite.com/path/file.html") Form Processor Pro will let web-server execute all server-side scripts on the page, and then will parse the form.

 

Note:
PHP option "allow_url_fopen" must be enabled to allow server-side scripts execution.