Block

fa-solid fa-wpforms

Form

Form that submits to the Obelisk API, with automatic client-side validation.

Visit the live website
Form

Build contact, survey or scored forms. Validation is derived from the input props and every submission is stored.

form.jsx
<Form slug='contact'> <FormField name='email' required><Input type='email'/></FormField> <Button type='submit'>Send</Button> </Form>