Closed tayiorbeii closed 5 years ago
This PR adds some logic for handling various states:
Note the Formik won't allow the form to be submitted if the fields aren't valid.
I removed the validations on the first name as it doesn't have a min/max length and isn't strictly required. Also went ahead and gave a human thanks after a response that isn't an error.
This PR adds some logic for handling various states:
Note the Formik won't allow the form to be submitted if the fields aren't valid.