-
Notifications
You must be signed in to change notification settings - Fork 0
Form
Xavier Julián edited this page Dec 17, 2015
·
1 revision
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-form title="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.