
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 05:10 AM
What is a Form Section Section "Element"?? I know what an element is (DOM wise), but I'm unclear what it means in ServiceNow. I've googled this and cannot find the answer.
What I'm trying to do is the following:
I have a custom table, that creates records:
At the bottom of a record form, I want to insert a static image. The reason I'm doing this is because it's needed when the user prints the form. I figured I could accomplish this by adding a dedicated form "section", and then place an "image element" where I could then choose the image I want displayed... but it appears this isn't possible?
Here's a visual of what I need.... first, user goes into the record:
Now, user is presented with the form, which they will fill out and then print. Here is what the form currently looks like:
There are a few more lines before the end, but at the bottom of this form I need to insert a static image. How do I do that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 06:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 06:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 07:02 AM
Yes, exactly. I had figured this out soon after I posted but forgot to update this thread. You are spot-on, Brad... thanks!