horprogs / Just-validate

Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support writing custom rules and plugins.
https://just-validate.dev/
Other
508 stars 92 forks source link

Form Won't Submit #145

Open CreepKing8288 opened 6 months ago

CreepKing8288 commented 6 months ago

image it just keep sending this error

code my validation js

MarkoGG4 commented 5 months ago

Try changing your button tag, if it has a name "button" or an id "button", try changing that to something else