Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 07:56 AM
I have a Line Separator Annotation that I want to hide until a certain state. Is there a way to hide them?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 07:58 AM
Take a look at this
http://blog.symfoniesm.com/use-form-annotations-as-sections-and-conditionally-hide-those-sections
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 10:25 AM
Ok, I got it. It needed to be final1.parentNode.style.display = 'none';