As a User, I want to have my form validated while I type, so that I don't have to submit several times to get the data format correct. **Success Criteria** * Front end form implemented in React. * Front end form has on-the-fly form validation. **Notes** * Consider using [Formik](https://formik.org)
As a User, I want to have my form validated while I type, so that I don't have to submit several times to get the data format correct.
Success Criteria
Notes