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

Conditional Field and Pop Up

$
0
0

I have a field that is mandatory if another field has a value.

 

if (!(this.isNull || this.rawValue == ""))

{

Population.mandatory="error";

}

else

{

Population.mandatory="disabled";

}

 

 

How do i script the Popluation field to show a message if the user doesn't provide a value when the field is mandatory?


Viewing all articles
Browse latest Browse all 5571

Trending Articles



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