|
Option B: Modify the included sample form to create your own html form
1) Open the "form" or "form2" file from the download with wordpad / notepad / simpletext
2) Change the form variables to your liking - easy once you try it! (For help, contact me)
3) You can name the fields whatever you like, but don't use spaces! (one capitalized word like Name, Email, Phone, etc. is suggested, or use underscores i.e. Last_Name) Also, letter case counts so pay attention!
4) Be sure you have the hidden field "config" with a value of "0", like this:
<input type="hidden" name="config" value="0" />
5) Be sure you have the submit button at the bottom of your form, like this:
<input type="submit" name="Submit" value="Submit" />
6) Insert your form in Fusion * Highlight the entire text of your form in wordpad / notepad / simpletext * Create a text box on your page * Click once in the text box, and press Ctrl + T to bring up the "insert html" window * Paste the form code into the "insert html" window and close it
7) To see how it will look, preview your page - make changes to the form code to get it just right!
8) 8) Remember to add a link to the dbmasters site ( http://www.dbmasters.net ) at the bottom of your form if you want to use the form under the free license. You may create a form without a link with an easy $20 via paypal
9) Once you have the form the way you want it, publish your page and go to Part 3 below
|