E-Forms EZ
©1998 by James Carr
http://www.azwebpages.com/e-forms

Info Missing Page
This is a standard HTML file. When E-Forms EZ is run it first checks to make sure there are values for the fields mail_to and smtp_server. If any one of these fields is blank or missing, no message will be sent. Instead the user will shown the file named in the info_missing_page field. This file is displayed the same way that the Response Page and Error Page files are displayed. This means you can customize it any way you want.

If you want to force the user to fill out other fields that you create, name the field with _req as the last four letters. For example, you might have a field called phone_req. If there is no value for this field when the user submits the form, the Info Missing Page will be displayed and the message will not be sent.

You should design your form so that the user knows which fields are required. The Info Missing Page should remind the user what fields are required!

You supply E-Forms EZ the name of this file using the info_missing_page field on your form. If the file is located in the same directory as e-forms.exe, just use the file name without the drive or directory (info_missing_page="myfile.htm)". If the file is in a directory below the directory where e-forms.exe is stored, use the format info_missing_page="\mydir\myfile.htm". If you know the absolute location of the file, use the format info_missing_page="c:\webfiles\myfile.htm".

Remember, if you use a URL for this page (info_missing_page="http://www.azwebpages.com/e-forms/myfile.htm"), you will not be able to use macros.

Note: This page is optional. If you don't create this file, E-Forms EZ will create one on the fly for you.