Provide Ember controller for the ContactRoute
.
- Source:
Extends
- Ember.Controller
Members
isFormValid :Boolean
Ember computed property that provides the contact form's validity state
(via native form element ValidityState
).
Type:
- Boolean
Properties:
Name | Type | Description |
---|---|---|
isFormValid |
- Source:
Methods
(inner) onCaptchaExpired()
Handles the ember-g-captcha
component's captchaExpired
event (sets
flag used by form validation).
- Source:
(inner) onCaptchaExpired()
Handles the ember-g-captcha
component's captchaResolved
event (sets
flag used by form validation).
- Source:
(inner) onContactFormSubmit()
Handles the contact form's submit event by invoking a request to an SMTP script that resides on the server.
- Source: