Multi-step registration and security -


assume have registration process in multiple steps:

  1. initial form asks information (first , last names, id number, phone number, email address)
  2. after form submitted, second step consists of verifying phone number sending code needs entered next
  3. then, need verify id number using credit card.

my question is:

should create account after initial form submitted? or should create account @ end when steps successful?

if go second solution, implies information kept in temporary registration session until end of process information passed api create account.

what best practices?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -