- Forms do not have to be POSTed
- Possible to send form by email
- Structure same as body of POST request
- May need enctype attribute to ensure it gets sent in body rather than an attachment
<form method = "post" action = "mailto:frah@inf.rl.ac.uk" enctype="text/plain">
</form>