Hello,
I was trying to create a validation rule in Livecycle but did not find any success.
I looked at the sample "Grant Application.pdf". And it seems that it did not work as well.
In the text field for zipcode, there is a validation rule setup. The setup is to allow 5 digit zipcodes and all must be numeric. When I preview the form and put in 'invalid' zipcode (e.g. 5348A), there is a message warning. But, when I click OK on the message, I can leave the zipcode text field and fill in the data in other fields as normal. the the value in zipcode box shows 5348A.
What I would like the form to do is that it won't accept the invalid value and the form does not lose focus on the zipcode text field. the form must warns users until they input the correct value.
How can I do this?
thanks!
Boon
and when your validation fails, you can reset this field.
this way, whenever the validation fails, the field will go empty and without filling it the user will not be able to continue submission.
~~ S I D ~~