Nov 20, 2020
True. <form> within <form> is against the W3C specification. This happens because we're nesting a Formik form (built as a custom component) inside another. One solution is to NOT use Formik in the custom form component. Then again, we lose all the Formik benefits with in the custom component.