{Header}
This example shows how to create a multi-page user registration and editing form.
To register a new user:
To modify a user's information:
Note: In this example the information is stored in the database after the first registration step. The data is not deleted if the registration is cancelled or the browser is closed.
Database: Internet
Table: users
The Record form’s After Insert event is used to retrieve the last inserted key (user_id) after the user record is created. The key is then passed to the next page as a URL parameter.