Data Storage patterns for intermediate saving a web-based workflow form
Background: I am developing a wizard based web form where users can log in an fill in some details and press next and previous to go back and forth in the wizard before they actually submit. When the user submits I would make a service call that performs some processing on the data.
Registration form with email verification
Can someone point me in the right direction: I need to make a website with a registration form, to create accounts with e-mail verification, to write the forms content in a database table or something and to use it later. I have decent knowledge in html, css, wordpress but next to none in php and back-end.
Identifying states when using state machine to validate a form field
Scenario is simple, a password field with few validation rules.