Contact form: ::name_html::

Contact ID: ::id_html::
Name: ::name_html::
Subject line for email: ::subject_html::
Emails: ::table(emails):: ::email_html::
::end::
Actions:
HTML snippet:

Copy and paste this example snippet into your page to enable the form.

<html>
<form method="post" action="/_contact" enctype="multipart/form-data">
<input type="hidden" name="id" value="::name_html::"/>
<table class="left_table">
<tr> <th> Name: </th>
     <td> <input name="Name" size="50" /> </td> </tr>
<tr> <th> Tel.: </th>
     <td> <input name="Phone" size="50" /> </td> </tr>
<tr> <th> Notes: </th>
     <td> <textarea name="Notes" rows="5" cols="60"></textarea> </td> </tr>
<tr> <th></th>
     <td> <input type="submit" value="Send form"/> </td> </tr>
</table>
</form>
</html>
::include(footer.html)::