[an error occurred while processing this directive] How do I return a custom screen after someone has submitted my form?
This is easily done with the Form Processor's screen parameter. Including the screen parameter in the form's configuration file will cause the HTML file specified to show up in the browser after the form has been submitted. An example use of the screen parameter would be:
$screen="http://www.domain.com/path/page.shtml";
Related Online Information