Avatar

Level 3

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