Class: SignupAttemptListener

SignupAttemptListener()

Listener for signup attempts. Triggered when the user submits the sign-up form.

Constructor

new SignupAttemptListener()

Source:

Extends

Members

signupForm

Gets the sign-up form element.
Source:

Methods

createPayload(status) → {Object}

Creates the payload object with the given status.
Parameters:
Name Type Description
status string The status of the signup attempt.
Source:
Returns:
The payload object containing the status.
Type
Object

listen()

Adds an event listener for the submit event on the signup form.
Source: