Description
The preview section has been implemented on this route, /form/:id/view?preview=true. We need to implement the functionality for when the user actually tries to submit a form.
Things to do
- We need to generate a unique id for each form submission. This should be sorted inside local storage.
- Add validation using vee-validate and yup somehow
- Regenerate unique id from form, is there want to submit another one
To be done later
- We need to implement a step form cuz why not?
Description
The preview section has been implemented on this route,
/form/:id/view?preview=true. We need to implement the functionality for when the user actually tries to submit a form.Things to do
To be done later