AmpForm

AmpForm class

The amp-form extension allows you to create forms to submit input fields in an AMP document.

The AmpForm type exposes the following members:

Constructors

NameDescription
AmpForm()Initializes a new instance of the AmpForm class

Properties

NameDescription
required_scriptRequired script that muct be added to head section.
attributesAMP provides a set of common attributes that are extended to many AMP components.
fallbackA fallback is a convention that allows the element to communicate to the reader that the browser does not support the element.
placeholderThe element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element.
fieldsetList of fields.
methodThe method attribute tells the server about the request method.
targetIndicates where to display the form response after submitting the form.The value must be _blank or _top.
actionSpecifies a server endpoint to handle the form input. The value must be an https URL (absolute or relative) and must not be a link to a CDN
action_xhrSpecifies a server endpoint to handle the form input and submit the form via XMLHttpRequest (XHR).

Methods

NameDescription
to_amp_html()
to_html()

See Also