You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a component at src/components_old/applyform.js for reference.
This file very large, and probably should be broken apart. It combines data for field options, the submission helper functions, and the HTML markup all in one place. Follow Tailwind and Next best practices.
Be aware of the trickiness of uploading documents to Dato, maybe there is a faster and cleaner way to accomplish this. Also try to add in validation for file size of images as well while working on this.
There is a component at
src/components_old/applyform.js
for reference.This file very large, and probably should be broken apart. It combines data for field options, the submission helper functions, and the HTML markup all in one place. Follow Tailwind and Next best practices.
Be aware of the trickiness of uploading documents to Dato, maybe there is a faster and cleaner way to accomplish this. Also try to add in validation for file size of images as well while working on this.
This is a basic NextJS blog post on forms for reference.
The text was updated successfully, but these errors were encountered: