Form To E-Mail (cont'd)
Form Properties
Now you must define which program will handle the data that is entered into your form. This task is easily handled.
Remember, "right-mouse-click" on any form field (text box, radio button, etc.) and choose "Form Properties". You will be brought to the screen as shown below:
Next, click on the button named "Settings" (see above image). You will be asked to enter information in the "Action", "Method" and "Encoding" fields. The only two fields you need to complete are "action" and "Method" (see below).
Enter the following in Action field: http://your_IP_address/cgi-bin/webform.cgi
Enter the following in the Method field: POST (Hit OK now).
Next Step; Click Here