The "Adult-Worx Free Form" is ready to use right away. There is no need to signup or to register. Once you use your form for the first time, you'll receive a welcome email.
How To Use: (see bottom of page for summary)
1) Use the following <FORM> command:
<FORM METHOD=POST TARGET="NEW" ACTION="http://www.adult-worx.com/freeform.cgi">
2) Include the following HIDDEN fields in the FORM. These will direct the feedback form to the email address you specify.
<INPUT type=hidden name=emailto value="YourEmail@YourDomain.com">
<INPUT type=hidden name=subject value="Subject Line Goes Here">Replace YourEmail@YourDomain.com with the email address that you wish to receive the feedback forms at.
Replace Subject Line Goes Here with the Subject Line that you wish to be shown on the incoming emails. This will allow you to quickly identify emails coming from our service.
3) Include any other FORM elements that you wish. IMPORTANT: Each element must have a name assigned to it! This will allow you to identify the information that is sent back to you.
Here are some examples:
ENTER YOUR EMAIL ADDRESS: <INPUT type=text name=emailaddress length=30>
SELECT ONE: <select name="rating">
<option value="awesome" selected>Awesome
<option value="good">Good
<option value="not bad">Not Bad
<option value="dont like it">Don't Like It
<option value="it stinks">It stinks! </select>
4) Include a SUBMIT button, in the following format:
<INPUT type=submit value="Send It"><br>Summary:
<A HREF="http://www.adult-worx.com/freeform/"><font face=arial><font size=-2>Free Service by Adult-Worx Free Form</a></font></font>
</FORM>You can replace "Send It" with the text you want shown on your SUBMIT button.
You can also include multiple submit buttons by giving them different values. This way you can tell which button was hit. For example:
<INPUT type=submit name="button" value="Button One">
<INPUT type=submit name="button" value="Button Two">
At a minimum, your FORM must include the following elements (you can copy & paste this);Some Resource Listings for more info on FORMS<!-- START ADULT-WORX FREE FORM HERE -->
<FORM METHOD=POST TARGET="NEW" ACTION="http://www.adult-worx.com/freeform.cgi">
<INPUT type=hidden name=emailto value="YourEmail@YourDomain.com">
<INPUT type=hidden name=subject value="Subject Line Goes Here"><INPUT type=submit value="Send It"><br>
<A HREF="http://www.adult-worx.com/freeform/"><font face=arial><font size=-2>Free Service by Adult-Worx Free Form</a></font></font>
</FORM>
<!-- END ADULT-WORX FREE FORM HERE -->