How to collect a date in signup form

I want to implement Auth0 into my application, however It seems like adding a date field is not currently possible. I have to collect the date of birth of the user signing up. Any suggestions on how to accomplish this? Should I redirect to an independent form after a successful signup and collect the date there?

Hi @jwade,
Welcome to Auth0 Community!

At the moment, adding a date field as an additionalSignUpFields seems to be not possible. However, you can try progressive profiling where you redirect a user via a Rule to your own page to provide the data you need. More information about progressive profiling can be found here

Let us know if you have further questions!

3 Likes

Thanks for the reply! I will definitely be implementing this strategy.

1 Like

Can I still store the data in Auth0’s data store? Or would I need to use a custom database?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.