Multi-step registration and security -
assume have registration process in multiple steps:
- initial form asks information (first , last names, id number, phone number, email address)
- after form submitted, second step consists of verifying phone number sending code needs entered next
- 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
Post a Comment