Form input validation style

Hi Guys.

I do not figure out how to get rid of the green validation checkmarks.
i’m using a form only for filter purpose for my bs4 table under.

Hi @djeorges, do you have any validation on the form fields? If so, removing them should remove the green validation checkmarks.

Not at all.
The funny thing is that checkmark is present even if the field is not filled.

Can you send a link to your page?

I’m currenly working on my local dev site.
Would you like the html file ?
User A Emp Page.zip (2.9 KB)

Can you send with assets please?

I’ve used the form attribute, novalidate to turn these off before.

<form action="submit.php" novalidate>

https://www.w3schools.com/tags/att_form_novalidate.asp

Please appologize for my late replay. I had to figth with many other problem’s ;-(

Many thank’s all for your help. @mebeingken, you gave me the solution.

Quite desapointed to have to modify source code, hope it wont be crushed by the code generator.

1 Like