Manage event signups with ease
Handle event registrations for webinars, workshops, conferences, and meetups. TownHall collects attendee info, sends confirmations, and exports attendee lists.
Features for event registration forms
Example implementation
Copy this code and replace YOUR_FORM_ID with your TownHall form ID:
<form action="https://townhall.gg/f/YOUR_FORM_ID" method="POST">
<input type="text" name="name" placeholder="Full name" required />
<input type="email" name="email" placeholder="Email address" required />
<input type="tel" name="phone" placeholder="Phone (optional)" />
<select name="session" required>
<option value="">Select session</option>
<option value="morning">Morning Session (9 AM)</option>
<option value="afternoon">Afternoon Session (2 PM)</option>
<option value="evening">Evening Session (6 PM)</option>
</select>
<select name="dietary" required>
<option value="none">No dietary restrictions</option>
<option value="vegetarian">Vegetarian</option>
<option value="vegan">Vegan</option>
<option value="gluten-free">Gluten-free</option>
<option value="other">Other (please specify)</option>
</select>
<textarea name="questions" placeholder="Questions for the speaker?"></textarea>
<button type="submit">Register Now</button>
</form>Why use TownHall for event registration forms?
Professional registration experience
Reduce no-shows with confirmations
Easy capacity management
Export lists for event day
Track registration sources
Perfect for
Related use cases
Newsletter Signup Backend
Convert visitors into subscribers with simple newsletter forms. TownHall collects emails, prevents d...
Lead Generation Forms
Turn website visitors into qualified leads. TownHall captures lead information, enriches it with met...
Survey & Poll Forms
Create surveys and polls to understand your audience better. TownHall collects responses, provides a...