Creating form
React Advanced form treats any form as a composition of fields. Therefore, creating a form is a trivial procedure of rendering field components as the form's children.
Make sure you have field components defined before proceeding with this step.
Example
Last updated