
- 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
‎05-26-2017 01:58 PM
You'd put it in a client script, but I would advise against doing any sort of DOM moanipulation as it won't work if you ever want to use Service Portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 02:01 PM
Oh! I am looking for service portal only
I was able to turn on contextual search for my record producer from Service Portal.
However -- one more thing I require, when we get the contextual search results coming up ; the Submit button goes way down to the bottom -- which is not a good user experience. Can we enable the Submit to stay in its position and NOT go to the bottom right below the end of context search results ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 03:01 PM
rossipatel Can you help on this....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 02:47 PM
Could you please help me with my question....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 02:48 PM
I'm not sure you can do that, but the place to look would be the widget that displays the record producer.