Expand my Community achievements bar.

Validation of field

Avatar

Former Community Member
Hi,

Is it possible to force user to enter a correct format of text to a text field before they can exit the text box to another field.

Thanks.
1 Reply

Avatar

Former Community Member
on the EXIT event of that field you could add a javascript that would set focus back to the field if the format was not met - Is that what you want?