# Contact

I am happy to receive comments about the content of this website,
here is an email link:

[Contact me: contact@ratrabbit.nl](mailto:contact@ratrabbit.nl)

My name is Willem.

Alternatively, you can fill in the form below, and hit the 'send' button:

<div id=contactform class="container">
   <form id="mailerform" action="/cgi-bin/ratmailer.sh" method="post">
      <label> Name: <input type="text" name="Name" placeholder="Your name ..."></label><br>
      <label> E-mail: <input type="text" name="Email" placeholder="Your email ..."></label><br>
      <label> Subject: (<i>include the string "abc" in the subject. This is a measure against robots: forms without this requirement are silently ignored.</i>) 
      <input type="text" name="Subject" placeholder="Subject of your message ..."></label><br>
      <label> Message: <textarea form="mailerform" name="Message" rows="10" placeholder="Your message ..."></textarea></label><br>
      <input type="submit" value="send">
   </form>
</div>

