Form - PIWEEK/polymux GitHub Wiki
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-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.