FinalForm Demo

Update the form and run finalform.parse(form) and/or finalform.serialize(form) in the console to see result.

Email

Phone

Name

No "name" attribute but with "id"

No "name" or "id" attributes but with "placeholder"

No "name", "id" or "placeholder" attributes

No "name", "id" or "placeholder" attributes

No "name", "id" or "placeholder" attributes



Animals (Ckeckboxes)

Cat
Dog
Iguana
Kangaroo

Fruits (Radios)

Apple
Lemon
Lime
Raspberry


Text Area

Text Area (no name)

Text Area (no name)


Datalist


Cars (Select/Options)










Merge other objects using the merge method.

Example finalform.merge( finalform.parse(form), {externalTa: externalTextArea.value} );