FirstClass Web2Form is an application that will create a web form and corresponding perl script that can be installed on your server. The form and script will allow unauthenticated users to submit posts to your FirstClass conferences and have those posts submitted as a custom FirstClass form.
To create the html page and perl script, you must complete all of the required sections. More detail on each will follow
Your solution must contain all of the 4 mandatory message fields. If the Message Body is not required, you have the option of designating it as such.
You can add a variety of different types of optional fields to your form. These fields must match the fields on your FirstClass form. In each case, you will be asked to enter a Form Field Name and the Field ID number which matches the number on your FirstClass form. The Form Field Name is used by the perl cgi script and is hidden from view. It must be a single word.
For the Mandatory Message fields, all but the Message Body can be designated as Fixed/Hidden. Similarly, for optional fields, the Text, Data and Number fields can be designated as Fixed/Hidden fields.
This means that you can enter a fixed value and hide that entry on the form itself.
This is often used for the Message To: field where you want to specify the target destination. You can also specify and hide the From or Subject field and then use an application rule on the receiving conference to respond accordingly if a message is received without the known value.
Text an number fields are treated the same by the form. In addition to the Form Field name and ID which is required for all fields, you enter the field size (length of the form field box and the label used to describe the entry.
In addition to the Form Field name and ID which is required for all fields, you enter the field size (length of the form field box) and the label used to describe the entry. Your form label should also indicate the date format that you have specified for the template.
In addition to the Form Field name and ID which is required for all fields, you enter the field size (length of the form field box), the number of rows and the label used to describe the entry.
Note: Multiline fields should be used sparingly as linefeed characters cannot be properly submitted to a FirstClass form field. All <Returns> entered in a multiline text field will be replace by '->' to denote the occurrence of a new line.
The only additional field entry for checkbox fields besides the field name and ID is the Form Field Label.
Selection list fields match to FirstClass Editable List fields. Click on the New Option button to add a new option.
The field ID is the radio group ID. Create your options by clicking on the New Item button and entering your pair of items separated by a comma. The first item is the radio button label and the second is the value (numeric) submitted to FirstClass.
The Labels and options must match the corresponding values in your FirstClass form.
To modify a field entry, double-click on the row to bring up the fields for editing
To delete a field entry, select the field and press the <Delete> key on your keyboard
To reorder fields on your form, drag the row with your mouse and drop in the new location.