Import
import { Form } from '@contentful/f36-components';// orimport { Form } from '@contentful/f36-forms';
Examples
Go ahead and add some fields into your form:
Basic
Using character count
Content guidelines
- The Formcomponent should wrap form elements into<form />
- Provide an onSubmithandler for form validation and submission
- The state of the validation of the form should be manipulated from outside
Integrations
It is possible to integrate the form with solutions like Formik or React form hook