Wappler 4.2.2
Windows 11pro
Server nodejs and PHP
Real-time validation is no longer working
Before, the fields were validated when we typed, now it doesn’t validate anymore
Wappler 4.2.2
Windows 11pro
Server nodejs and PHP
Real-time validation is no longer working
Before, the fields were validated when we typed, now it doesn’t validate anymore
my wappler is also having this problem.
Adriano, the validation works on form submit.
yes
So what’s the issue you are reporting then?
submit does validation but only after querying the api
So, it’s not validating on the front-end.
look validation in an old project, look how it worked even before clicking send validation has already occurred
You can try adding
class=“was-validated”
to your form not sure if this will conflict anything in Wappler though