
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2014 03:37 AM
Can anyone provide guidance on moving the Submit button on our record producer forms in our CMS environment?
We have a two fold problem where our ESS portal in CMS is configured for 16:9 (widescreen) format and the Submit button resides on the right hand side of our forms.
Those with 4:3 (square) monitors have most of the right side of their screen out of view.
Of course, this can be address by simply using scroll bars or zoom but some of our end users are not that technically astute and besides it just looks bad.
I want to both narrow up the field of view AND also move the Submit button to the left side of the form.
See screenshot
Hidden Submit Button
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 06:43 AM
I've moved it in the past with an onload client script. You could put it in a variable set and add the variable set to your record producers.
$$('.request_catalog_button')[0].up().up().down().hide();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2014 02:03 AM
Thanks Andrew Really helps!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 09:57 AM
Can you provide information on how to add a client script to a variable set?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 09:59 AM
You should have a variable set field on the catalog client script record you can use to associate your catalog client script with the variable set.
Creating a Catalog Client Script - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2015 10:18 AM
Thank you! It was right there in front of me. I was looking at the variable set trying to add it that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 10:23 PM
Hi Brad,
Is there a way I can put this Submit button on top of the record producer page?
(Not using this --> $('form_header').insert('<button style="float:right;" onclick="saveProducer(); return false;">Submit</button>');