|
|
How To Configure Your HTML
<FORM method=POST action="http://www.personal.u-net.com/cgi-bin/formmail.pl"> - this is the same for everyone. HOW TO SPECIFY THE RECIPIENT OF THE EMAIL <INPUT TYPE="hidden" name="recipient" value="me@myplace.u-net.com"> HOW TO GIVE THE EMAIL A SUBJECT <INPUT TYPE="hidden" name="subject" value="Order from my customer"> HOW TO SPECIFY YOUR OWN SUBMISSION RESPONSE <INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://{domain}/{dir}/{mythankspage.htm}"> another option is available for this field which will allow the user to specify the url that they want to go to after they have filled in the form <INPUT TYPE="text" name="redirect" > HOW TO CUSTOMIZE THE DEFAULT SUBMISSION RESPONSE <INPUT TYPE="hidden" name="title" value="Your thankyou page name"> the below gives a link from the thankyou page to a page of your choice <INPUT TYPE="hidden" name="return_link_url" value="http://{yourdomain}/{yourpage}"> and this will specify the text displayed for this link. <INPUT TYPE="hidden" name="return_link_title" value="Back to main page."> you can also set a background for the default thankyoupage <INPUT TYPE="hidden" name="background" value="http://{yourdomain}/my.gif"> or a background colour for this default thank you page <INPUT TYPE="hidden" name="bgcolor" value="#FFFFFF"> you can alter the text colour <INPUT TYPE="hidden" name="text_color" value="#000000"> and the link colour <INPUT TYPE="hidden" name="link_color" value="#FF0000"> as well as the visited link colour <INPUT TYPE="hidden" name="vlink_color" value="#0000FF"> and the active link colour <INPUT TYPE="hidden" name="alink_color" value="#0000FF"> HOW
TO MAKE CERTAIN FIELDS COMPULSORY <INPUT TYPE="hidden" name="required" value="email,phone,{another field on my form}"> HOW
TO RETURN FORM FIELDS IN A CERTAIN ORDER <INPUT TYPE="hidden" name="sort" value="alphabetic"> or in a specific order <INPUT TYPE="hidden" name="sort" value="order:field1,field2,field3"> HOW TO
CUSTOMIZE THE EMAIL HEADER <INPUT TYPE="text" name="email" > Include the below tag to have the persons name included in the from tag <INPUT TYPE="text" name="realname" > Alternatively, you can download your own version of the script from here |
|
|
|
![]()