The Web MailForm takes a configuration file and generates the resulting html form that will collect the specified data from the user, validate it and then e-mail the results to a specified e-mail account. The resulting e-mail can be a simple text message that describes what was entered or it can be an HTML e-mail which allows the results to be displayed in a table and makes for easier reading. The mail form is extremely customizable and allows the user to specify different foreground and background colors for each element displayed, if a text field is required and what must be in the text field if something is entered (this uses regular expressions to define the validity mask). The label that is displayed for each item can be displayed on the left or right of the item. |