page Formsandvalidation { seo { title = "Forms and validation" description = "Share validation between forms and API routes." canonical = "https://wrnexusjs.dev/guides/forms-and-validation" } view {
W WRNexusJS
Preview guide · 0.8.0

Forms and validation

Define a v.object schema, use data-schema on the form, show field errors with data-error, and always call parseBody on the server. refine is server-only.

Release scope

This guide describes installed 0.8.0 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

} }