- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016 01:43 PM
Hi - I have 2 client scripts in place to hide/show an Annotation on the New Call form. The annotation is wrapped in a DIV.
<div id="anno1">Caller Information</div>
However, the annocation when using the HTML is doubled in size. WITHOUT the HTML wrap, it is a single line and looks clean.
Please see image. Any suggestions on how to correct?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016 01:49 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016 01:49 PM
Try using < span > instead of < div >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016 02:00 PM
Hi Chris...
Not a native HTML user...so does that mean I'd have to change the Client Scripts too?
document.getElementById("anno1").parentNode.style.display="none";
Not sure what that would look like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016 02:02 PM
Ignore that...lol
I figured it out.
span id etc. tahnk you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 07:13 PM
Hi,
Can you please suggest steps how you called the annotation using client script?
Regards,
Suresh
Suresh.