Skip to content

Forms

Forms are fundamentally one of the important elements in web apps.

Form Validation

Form validation does not exist in this app.

How the heck do I get notification that my random string in the email field about what is wrong?

The frontend echoes the error received from the backend. In this specific example, the error that happened is while modifying the model, and found that there is invalidation.

Custom Form Handlers

There exist components in components/custom/FormHandlers. These components help in generating functions that you can directly use in your form component to modify the state in that particular component. Make life with forms easier!