Skip to main content

How to add question to the sign up form?

We have a signup form that asks for the usual information about name, address, email etc.

We also need to ask who your employer is. This is a standard field in the database. How do I add it to the signup form? I don't want to use a survey form since that won't get the information into the users record (as far as I understand it).

Official response from

Hi Ethan,

Employer is a supported signup variable that can be added directly into the page template. It would look like this:

<td><p><label for="signup_employer">Employer</label><br>{% text_field "employer", class:"text" %}</p></td>

Share this post

Showing 16 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.