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 - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -