Make a UserInput React after Blur event

Hello all,
I wondered if it was possible to change the border of a user input text or dropdown box with corvid? Essentially, this would help navigate a user through the form process and look kinda cool.
When a user leaves a field, the next field could be highlighted or the border change colour.
Can this be achieved?
Thanks and Regards
Adam

Yes. It is possible.
See here how to change the text input style:
https://www.wix.com/corvid/reference/$w.Style.html

And if you want to do it on blur, use the onBlur():
https://www.wix.com/corvid/reference/$w.TextInput.html#onBlur