LAMER PRODUCTIONS
FREE DOWNLOADS
GAMES
LP-WebChess
Game Monitor
Pacman's Insane
Headache
UTILITIES
KoolKode
LP-Calc
LP-Text
Pro Typist
Real-Time
ADD-ONS
Skulltag in Xfire
WEB-BASED APPS
GAMES
LP-WebChess
UTILITIES
LP-Text
FREE WEBTOOLS
E-mail Forms
Time Tool
Referral System
Disclaimer
Terms and Conditions
Contact LP
Tell Your Friends
Make a Donation
OTHER SITES
HOSTED BY LP
Spiblue |

E-MAIL FORMS
By using any of the Lamer Productions webtools you are agreeing to our disclaimer.
Anyone can use Lamer Productions' completely free, multi-purpose, advert-free e-mail forms on their website -
you only need basic knowledge of HTML to set one up. Two examples of uses of these e-mail forms are Contact Us
and Tell Your Friends forms. The code for these is as follows:
Contact Us form:
Sends an e-mail to the address set as the value of to, containing the details entered by the user, and then forwards the user to the web page whose address was set as the value for page.
| Tell Your Friends form:
Sends an e-mail to each address entered at the top of the form, with the subject and content entered, and then forwards the user to the web page whose address was set as the value for page. Also sends an e-mail to the webmaster, whose address must be set as the value of to - this address will appear in the To field of each e-mail and the users' friends will not see who else the e-mail was sent to, as their addresses are stored as Bcc (Blind Carbon Copy) addresses.
|
If you only wish to create Contact Us forms or Tell Your Friends forms then you really only need to copy the examples above and change the code as appropriate. However, if you wish to create a different kind of e-mail form or one with different fields, use the following list of input names (in any kind of input control - text, checkbox, radio button, textarea, hidden, etc.) to set it up:
| to*
| E-mail will be sent to this/these address(es). Will appear in To field of e-mail. Multiple addresses may be given, separated by commas (,) or semicolons (;). Multiple to fields may be setup as any input whose name begins with "to" will act as a to field - for example, use to1, to2, to3, etc.
| | cc*
| E-mail will be sent to this/these address(es). Will appear in Cc (Carbon Copy) field of e-mail. Multiple addresses may be given, separated by commas (,) or semicolons (;). Multiple cc fields may be setup as any input whose name begins with "cc" will act as a cc field - for example, use cc1, cc2, cc3, etc.
| | bcc*
| E-mail will be sent to this/these address(es). Will not appear in e-mail, as stored as Bcc (Blind Carbon Copy) addresses. Multiple addresses may be given, separated by commas (,) or semicolons (;). Multiple bcc fields may be setup as any input whose name begins with "bcc" will act as a bcc field - for example, use bcc1, bcc2, bcc3, etc.
| | from
| Will appear as address that e-mail was sent from. Clicking reply in e-mail client will reply to this address.
| | fromname
| Will appear as name of sender in e-mail.
| | subject
| Will appear as subject of e-mail.
| | data
| Actual body of e-mail. If set by user, using a <textarea> tag is recommended.
| | data*
| Appears in body of e-mail, beginning with section of name after "data", followed by an equals sign (=), followed by its value. For example, using a text input named datausername will cause the e-mail body to contain a line reading "username=" followed by the value entered by the user.
| | page
| After submitting the form, the user will be forwarded to this URL. The page could contain a thank you message, it could contain another form, it could just be your home page, another website, or anything you wish. If omitted, page will default to the Lamer Productions E-mail Forms Thank You Page.
|
Copyright © 2003-2008 Lamer Productions. All rights reserved.
|