Just a suggestion in case this is a gotch-ya for anyone else. I wanted inline errors for my Upload Ajax Form as well as my Generic Ajax Form. With the Upload Ajax Form, because the form is opened differently, you can't just add data-request-validate to the form tag.
With ajax forms you need to add it within the opening tag like this:
BRILLIANT plugin!! Thank you!
Just a suggestion in case this is a gotch-ya for anyone else. I wanted inline errors for my Upload Ajax Form as well as my Generic Ajax Form. With the Upload Ajax Form, because the form is opened differently, you can't just add
data-request-validate
to the form tag.With ajax forms you need to add it within the opening tag like this:
Now inline errors will work for your Upload Ajax Forms too :)
I'm using TailwindCSS too so needed to add a class as well. Hope it helps some people! Maybe update this in the plugin itself?