Include surname field to appease spamtrap authored by David Mynors's avatar David Mynors
...@@ -13,6 +13,8 @@ your details, and someone will get back to you shortly via email. ...@@ -13,6 +13,8 @@ your details, and someone will get back to you shortly via email.
<label for="email">Email address</label> <label for="email">Email address</label>
<input id="email" name="email" type="email" required> <input id="email" name="email" type="email" required>
</div> </div>
<label for="surname">This should be left unchanged</label>
<input id="surname" name="surname" type="text" maxlength="40">
If you don't mind, it would be useful for us to know what you're intending to use meet.coop for (it isn't restricted to social.coop business!) If you don't mind, it would be useful for us to know what you're intending to use meet.coop for (it isn't restricted to social.coop business!)
... ...
......