You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xavier Julián edited this page Dec 17, 2015
·
1 revision
Form
A form is a container of input fields. A default form can test if fields are correct, disable and enable submits, and if fields are validated, it can link to a success page.
<polymux-formtitle="Custom Form" link="index.html"><!-- Hey! This is the form content --></polymux-form>
###Parameters
A form can accept two parameters
Title: A title for the form.
Link: The success page where the form will link if the fields are validated.