#forms
h1.title Formidable Basic Form
h2.subtitle Straightforward, simple.
.columns.is-desktop
.column
p The Formidable Basic Form is as basic as forms come. They are setup simply using a configuration json adhering to the
code FormidableBasicForm
| class. That is an array of
code FormidableField
| configurations.
hr.is-hidden-desktop
.column
h3.is-size-6 Basic Sample
p.lead The form below was setup using the following
code FormidableBasicForm
| config:
CollapsibleArea
pre(v-highlightjs="JSON.stringify(form, null, 1)")
code(class="javascript")
FormidableForm(:form="form")
//- h3.is-size-3 Samples
//- h4.is-size-4 Simple Registration
//- FormidableForm(:form="simpleRegistrationForm")