Universal login with social and custom user metadata

I am trying to setup the flow where user enters few input on sign up page for example: phone number and then signsup using one of the social connection.

  • I use universal login.
  • I am familiar with actions.

How can I render the view so user sign up atleast takes input from user about phone number (for example) and then user can choose to login with username/password or one of the supported social.

the phone# will go under user_metadata.

Hey @jmj!

I understand you are trying to add a phone number to the user_metadata. You can use forms to capture user inputs and use actions to call them. Any action trigger should be able to trigger a flow. There are templates such as Progressive Profiling which should be able to reach your desired outcome.

I hope this helps!

Best,
Alex

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