Text input checkbox on update

This is probably super trivial but I can’t seem to find any info about it.

How do I make a text input show those check symbols on form update?

This was taken from a test page I made when I was still playing around with Wappler… I’m unable to reproduce it in any new text input I create…

Hello,
These check icons are added by the Form Validator, when the value entered is valid.

I thought that could have something to do with it but I never set up any validation in those forms…
I see now that this page has “dmxValidator.css” linked but I’m not sure how it got there… Anyways, can I just copy it to the other page?

Hi Luxray, you could of course copy and paste and change the input id’s but that is the hard way to do it. It is quite simple.

1: Select your form field

Screen Shot 2020-05-04 at 8.54.22 AM

2: In the properties panel Validation part click on the +

3: Click on required

Of course there is other validation rules you can set up as well, required is just an example.

oh cool, thanks for the tip!
I’m still wondering how the validation got there in the first place as there aren’t any rules set up there… Then again I was using that page as a sandbox to test a lot of things so maybe I clicked something at some point…