Web Technology from ConWeb.com           Return to FormsMaster

FORMSMASTER WIZARD

INSTRUCTIONS

This Wizard Program will write the HTML necessary to process a form using the FormsMaster, FM20 Free Service. If you are the intuitive type who want to try a service before reading the instruction, scroll down to Section 1 now.

This wizard is divided into four sections.

To use the Wizard

Access Code

You may build your form using the default access code provided in the input box (name="access1") or you may register the form with ConWeb.com now. You must register the exact URL of the form, not just the domain name or home page. If you do not register now, you will need to register and change the hidden field in your code before using the form on your server. There is no charge to register for the FM20 service.

Form Fields Available

Heading: A heading for your form that will centered in bold letters on the top of your form.

There are twenty fields available for processing by the FM20 free service.

Fields are processed sequentially from 1 to 20 and are displayed on the form and in the email message in that order. When designing your form you may skip fields by leaving the questions blank for that field. They will not be shown on the form. For example, if you want a selection field as the fourth field on your form, then enter the descriptions you want for fields 2 and 3 (remember field 1 is the user's email address), omit field 4 and complete the information for field 5.

Hidden Fields

You must also complete the hidden fields. These are needed to process the email message and for verification. The email fields to not show on the form but will show in the email display in Section 4.

Instructions are surpressed after the first time on this page. Click the circle
to continue showing instructions or to show them again after clicking "Make Form".
Return to: FormsMaster Home Page.



Section 1 - Questionnaire

Please no HTML commands in answers to the Form Field questions. Additional HTML may be added during your final edit after copying the HTML prepared in Section 3.

The "Make Form" button is at the end of the Questionnaire Section.




FORM FIELDS

What heading would you like centered on your form?
Maximum size 120 characters

Field 1: Registrant's email address. Pre-coded.

Field 2: Description of the data field? Examples: "Please enter Your Name." or "Address"
How many characters do you want in this field? Max of 38 characters to keep the description and the box on the same line. Smaller sizes for fields like telephone numbers, states, or zip codes are less confusing to the registrant.

Field 3: Description?   Characters:

Field 4: Description?   Characters:

Field 5: Description of Select Box? For example, select your most favorite food. This field allows only a single choice from the list of options as it becomes part of your FM30 database. For multiple choices from the list of options use Field 10. Max 50 characters.

Enter the descriptions you want for each selection? For example: Apples, Oranges, Burgers, French Fries, All. Up to five options may be entered here. Max of 40 characters each. You may add more options during your final edit. Remember, this field will be sent to the EMailNow data base with each registration. We suggest, although not required, that you make each selection below only one or two words. It will be easier for you to work with the EmailNow program with only one or two words. For example. you may want to send one specific email message only to Registrant's selecting "Burgers" or "French Fries" in the above list. The EmailNow program will however work with more than two words, if necessary.

Selection 1      
Selection 2      
Selection 3      
Selection 4      
Selection 5      

Field 6: Description?   Characters:

Field 7: Description?   Characters:

Field 8: Description?   Characters:

Field 9: Description?   Characters:

Field 10: Description of Select Box?For example, select your most favorite food (or foods, if multiple choices are allowed). Max 50 characters.

Are multiple choices allowed? Yes         No

Enter the descriptions you want for each selection?

Selection 1      
Selection 2      
Selection 3      
Selection 4      
Selection 5      

Field 11: Description?   Characters:

Field 12: Description?   Characters:

Field 13: Description?   Characters:

Field 14: Description?   Characters:

Field 15: Description?   Characters:

Field 16: Description?   Characters:

Field 17: Description?   Characters:

Field 18: Description?   Characters:

Field 19: Description?   Characters:

Field 20: Description for Text Box? Example: "Please enter any other comments or questions."



HIDDEN FIELDS

What is the email address of the client or web site owner where the data from the processed form date should be sent? (Generally your email address.)
Maximum size 60 characters.

What Subject Line would you like the email to contain?
Maximum size 40 characters. For Example: Registation from XYZ Web Site.

What introductory line would you like in the email message?
Example: "Thanks for registering with us." Remember, the registrant receives a copy of the email message with the registration data. This allows him or her to send back any corrections if necessary. Max of 60 characters

Enter the complete URL of the web page that the registrant should be sent to after the form is completed.



Section 2 - How Your Form Page will Look



Your Email Address:

                Small FormsMaster Logo/Link

Email regarding the web site should be sent to: youremailaddress.




Section3 - HTML to make the Form Page in Section 2

Highlight and copy to a new .htm file.



<HTML>
<BODY bgcolor="#ffffff">

<FORM METHOD="POST" ACTION="http://www.conweb.com/formsmas/mailpro1.cfm"> <P>

<blockquote>

<INPUT NAME="access1" Type="Hidden" Value="17052012"> <p>

Your Email Address: <INPUT NAME="var1" size=50 maxlength=50>
<INPUT NAME="name1" Type="Hidden" Value="Your Email Address: "> <p>

<INPUT NAME="emailto" Type="Hidden" Value="youremailaddress">

<INPUT NAME="togopage" Type="Hidden" Value="http://www.conweb.com/formsmas/index.shtml">


<center>
<P>
<INPUT TYPE="submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Clear"> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
<A HREF="http://www.conweb.com/formsmas/index.shtml"> <IMG SRC="http://www.conweb.com/formsmas/images/logosmll.gif" border=2 align=absmiddle alt="Small FormsMaster Logo/Link"></A>
<P>
Email regarding the web site should be sent to: youremailaddress.
<P>
</center>

</blockquote>
</FORM>

</BODY>
</HTML>



Section 4 - HOW THE EMAIL MESSAGE WILL LOOK
(...with gray or the mail reader's default background color)



SUBJECT:
FROM: FormsMaster@conweb.com
TO: Registrant's Email Address,youremailaddress

===================================================
Below is a copy of a form that you recently completed at:
(Your Form URL).
Please send all email inquiries regarding this web site to:
youremailaddress.
===================================================

Your Email Address: Data From Registrant
Data From Registrant

==================================================
Advertisement
==================================================
This message has been processed by FormsMaster's FM20 free forms
processing service. If you are not the proper recipient of this
message, we apologize. There are many people abusing the internet
using false addresses. To process your web forms, please review our
forms services at: http://www.conweb.com/formsmas/index.shtml
==================================================