- 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.
- 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
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 08:21 AM
This seems to be hiding specifically anything within those separators and not the lines themselves. Is there a way to hide the lines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 08:37 AM
Give your section separator a div tag and an id
and you can leverage the same code that is listed in the blog i shared
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 08:42 AM
That's what I've been doing. But I just noticed that for some reason there are 2 section separator lines and it's hiding one of them. Unfortunately I can't tell where the second line came from...