Possibility to configure sign-up form fields

Hey there,

This request is twofold:

  1. It would be good to be able to add fields like address, newsletter etc. to the sign-up page.
  2. It would be good to be able to configure the existing fields on the sign-up page (i.e. First name, last name to use regex to avoid spaces, limit the number of characters etc.)
1 Like

Hey @JCW - usually we reccomend using a Public Form for this, if you require more functionality over the signup flow.

In paritcular it also allows you to verify their email address by sending them the invitation email after it’s submitted.

configure the existing fields on the sign-up page (i.e. First name, last name to use regex to avoid spaces

For what it’s worth - names shouldn’t be validated in this way. My last name has a space in it, and your first name has a special character in it.

Names shouldn’t be validated in any way is the general rule.

If you’re looking for more resources on this, I’d reccomend reading this:

Hello @darragh this is not about the spaces in between parts of the name but about spaces at the beginning and at the end which can cause layout problems in mailings etc.

I will look at the public forms to work around the sign-up page limitations.

1 Like