Standard sign-up form collecting name, email, password, and phone number.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="full_name" placeholder="Full Name" required />
<input type="email" name="email" placeholder="Email" required />
<input type="password" name="password" minlength="8" required />
<input type="tel" name="phone" placeholder="Phone (optional)" />
<button type="submit">Create Account</button>
</form>A complete registration form template for collecting user sign-up information. Includes fields for full name, email, password, and optional phone number. Ideal for event registrations, membership signups, and account creation flows.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.