As far as I can tell, I seem to be doing everything right:
form1.Form.MainInformation.OR-StationeryType::exit - (JavaScript, client)
if
(this.rawValue == "Business Card") {
form1.Form.BusinessCardInformation.presence
= "visible";
}
else
if (this.rawValue == "Letterhead"){
form1.Form.BusinessCardInformation.presence
= "invisible";
}
Is there anything intrinsically wrong with this code? It's not working - I want the "Business Card" subform to disappear when "Business Card" is not selected, and reappear if it is.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Also check the following:
Hope that helps,
Niall
Views
Replies
Total Likes
Try "hidden" rather than "invisible".
Steve
Hi,
Also check the following:
Hope that helps,
Niall
Views
Replies
Total Likes
Haha, turns out it was saved as a static form this whole time - that did the trick. Thanks a bunch!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies