How to use the form in the HTML code of the page
First, in the Centre of administration of the grant ID number (codes for form processing), without whom this service.
Then create a form using the tag <form>. Don't forget about the buttons on the "send" and "clear". If the parameter name will have the value of the SUBMIT and CLEAR, not the names of buttons, write to the e-mail with the data.
For example, tags for form buttons:
<input type="submit" name="submit" value="Odeslat" accesskey="S" />
<input type="reset" name="clear" value="Smazat" accesskey="R" />
The most important step is the correct filling in the parameters of the tag <form>, therefore, please pay close attention to. Tag has two parameters for the action and method.
Parameter of the action will have the value "for the encoding of 1250 http://form.slovaknet.sk/script/mailoutput.asp?ID = xxxxxxxx & Translation = x ".
Parameter of the action will have for the UTF-8 encoding value "http://form.slovaknet.sk/script/mailoutpututf8.asp?ID = xxxxxxxx & Translation = x ".
The first part (the part before the question mark) points to a script, which form handles. The second part of the script passes two parameters. For these parameters is needs to be filled in a specific field. x The parameter ID make up the code that you received in step 1). The parameter Conversion make up one of the following values. This parameter provides the encoding of filled-in data.
The values that can have parameter Conversion:
0-the information is filled in by the visitor will not encode
1-completed by the visitor shall be transferred without diacritics
2-completed by the visitor is then encoded into a special diacritics
(letter with a comma will be presented as a letter without a comma followed by the
apostrophe, the letter with Caron will be presented as a letter without a hook
followed by a wavy line)
Parameter of the method must be post.