Odesílání formuláře na mail

od Tomáše Technika Hercega

Povinná pole (třeba skrytá) :

Příklad formuláře :


 <form action=http://technik-h.wz.cz/sendmail.php method=post>
    <fieldset>
    <legend>Zašlete mi E-mail : </legend>
    <table>
    <tr><td>Jméno :          </td>

<td><input tabindex=1 class=formular type=text name=jmeno></td></tr>
    <tr><td>Předmět :        </td><td><input tabindex=2 class=formular type=text name=predmet></td></tr>
    <tr><td><b>E-mail : </b> </td><td><input tabindex=3 class=formular type=text name=odesilatel></td></tr>
    </table>
    <b>Text : </b><br><textarea tabindex=4 class=formular name=zprava rows=7 cols=70></textarea><br>
    <input tabindex=5 class=tlacitko type=submit value=odeslat>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <input tabindex=6 class=tlacitko type=reset value=vymazat>
    <input type=hidden value="http://technik-h.wz.cz/mail.htm" name=odeslano>
    <input type=hidden value="http://technik-h.wz.cz/chybka.htm" name=neodeslano>
    <input type=hidden value=t.manik@quick.cz name=komu>
    </fieldset>
    </form>

Nezapomeňte změnit parametr komu na svojí adresu!

Ukázka

 

Zašlete mi E-mail :
Jméno :
Předmět :
E-mail :
Text :

      

 

Tento formulář nefunguje, aby Technika nezahltil maily.

Tento návod se vztahuje k textu odesílání formuláře na mail.