Methods
signUp(event)
The actual signup function, gets called when submitting the signup form Validation of the form and if no validation error exists the signUp action gets called
Parameters:
Name | Type | Description |
---|---|---|
event |
toggleTermsvisible()
Toggle the visibility of the terms and conditions
updateField(event)
Update the fields, function gets called if any of the form fields gets changed Does validation depending on the field that was changed and displays validation errors
Parameters:
Name | Type | Description |
---|---|---|
event |