Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2016 10:30 AM
Hi Sai,
I worked on something similar only I took it a step further and forced the user to re-enter the value if they did not meet the requirements. I simply cleared the whatever they entered if it wasn't the right amount of characters. So after the line of code for the error message I inserted g_form.setValue('field_name_here', '')
Basically resetting the field.