Example of a properly written tag <form>:
<form action="http://form.slovaknet.sk/script/mailoutput.asp?ID=12345678&Prevod=0" method=post>
Further
Add to the form tag <input type="hidden" name="SUBJECT"
value="Testovací mail" /> , which ensures that the name of the (body) e-mail
with the data návštevníka is my name. The parameter name must have a value of SUBJECT (in capital letters). This parameter is required.
After the user fills in the form and sends it to a send button, useful to view the Web page with the "thank you for the information you provided, where appropriate, the page with the excuse that he was unable to submit the form. Therefore, create a new HTML pages for the case of a successful and a failed dispatch the form. The names of these pages to insert into the two tags, which put down under the tag is subjectem (point 4).
For example, the page definition of good and bad to send:
<input type="hidden" name="HTTPOK" value="http://help.slovaknet.sk/clanek/aktivni-formulare" />
<input type="hidden" name="HTTPCHYBA" value="http://www.zoner.cz" />
Once again, the parameter name must have a value (HTTPOK or HTTPCHYBA) psánu in large letters. These parameters are necessary.
To add the custom items using the tag <input> . If you want to mail you the with sorted data, it is necessary for the parameter name to insert at the beginning of the sequence # number #,
where number is the serial number of the item, so how you want them sorted.
If you don't like the ' # ' character, you can instead use a character!,
sequence ! cislo! or a character _ (the underscore character), then the sequence _cislo_.