DEFAULT ERROR TEMPLATE
(Editing error.html Template)
Note: This section only needs to be configured if you are not using the "Custom Error Template". Therefore this section will only be pertinent if in bizmail.cgi you set $use_html_error = "2";
The error.html page allows you to personalize all the error pages as well as the default success page that Biz Mail Form has. You would simply enter regular html into this file and it will appear on the "error and success" page.
Custom Fields contained in error.html:
<%TITLE%>
The <%TITLE%> tag is configured to the appropriate error page title. It is already formatted with end title tag!
EXAMPLE: <title>THIS IS THE TITLE TEXT</title>
<%ERROR%>
DO NOT EDIT OR DELETE THE <%ERROR%> TAG. THE <%ERROR%> TAG WILL OUTPUT THE ERROR MESSAGE FROM bizmail.cgi
<%HIT_BROWSER_BACK_BUTTON%>
The above tag prints the error message: Hit your browser's back button and resubmit the form. Simply delete this field if you want to replace it with your own custom error message.
This page can be given the look and feel of your main web site to achieve a more professional look and feel.
In summary, set the error.html page up just like any other HTML page on your web site. Just make sure you add the above tags to this page so the appropriate messages are displayed.