Initialize Form in FMS

Step 1. Select the "Add Form" link in FMS

Step 2. Name your form.

Step 3. Add the needed code to your form. Once you add your form to FMS, you must modify your form so it knows how to send the data to FMS properly. There are three pieces of information needed in your form.

  1. The location to send the data "http://projects.coe.tamu.edu/cgi-bin/form.cgi"
  2. Your FMS login name
  3. The form name you gave to the form back in step 2.
The exact HTML you need will appear after submitting your form name and is pictured below. But, the only thing that will change for different forms you create will be form name.

You can add this information by editing your form in HTML or through the form options in your web editor. Instructions specific to DreamWeaver are available from the "Instructions" link in FMS.

You are now ready to start collecting data.