joomla

Strona joomla

Forumists

STRUCTURE OF THE FORM

<form action="*">
Pola formularza
</form>

* - e-mail address, path to the script

SENDING MAIL

To send a message from a page in the action command, enter an e-mail address and specify the method:

  • method = "post" (sending)
  • method = "get" (downloading)
Example
<form action="mailto:Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczyć, konieczne jest włączenie w przeglądarce obsługi JavaScript." method="post">
Pola formularza
</form>