Registration Form
Submits to:
Registration
Output by:
Registration Form
Registration
Form Fields:
Notes:
- JavaScript validation should check that email address is valid, passwords match (and contain no illegal characters), form fields aren't blank. The validation done here on usernames and passwords is also carried out whenever
a user is using a Login Form to log in.
- If user has attempted to add credit card details, check that expiry is not in the past, number has 16 digits and name is filled in.
- User must agree with terms and conditions