- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Thank you everyone for your input I really appreciate it!!!!! Here is what I ended up using:
<event activity="click" name="event__click">
<script contentType="application/x-javascript">
if (RadioLocation.rawValue == "1") {
if (DropDownList2.isNull) {
DropDownList2.mandatory = "error";
}
}
if (RadioLocation.rawValue == "1") {
if (TextField23.isNull) {
TextField23.mandatory = "error";
}
}
</script>
</event>
Again Thank you for everyone who submitted feedback and examples I really really appreciate it!!!
Justin
Views
Replies
0 Likes
Total Likes