Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

How to Clear red border for a mandatory field

$
0
0

  On exit event I am using the script below to clear the red mandatory border around the field:

 

if (IssueDate.rawValue !=null)

{IssueDate.mandatory = "disabled";

}

else

{ IssueDate.mandatory = "error";}

 

I am using the same script for a field in a repeating row of a table

but does not work!

What I am doing wrong?

 

Thank you for your help


Viewing all articles
Browse latest Browse all 5571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>