How to Move Submit button in Catalog Item request page from top to Bottom of the page.

Priya Gautum
Kilo Guru

Hi All

How can we move the catalog Item Submit button from top to bottom of the page?

find_real_file.png

Regards,

Priya

9 REPLIES 9

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Take a look at the out-of-the-box instance options, maybe these already are what you are after.

(steps in Madrid version with SC Catalog Item widget)

On a Catalog Item in the Service Portal, CTRL + Right mouse click:

find_real_file.png

find_real_file.png

Kind regards,
Mark

---

LinkedIn

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Hi Mark

I don't want to do it on Portal.

I am working internally.

Harsh Vardhan
Giga Patron

If you are on service-now UI and want to add the submit button on catalog form then kindly refer the below steps. 

 

  • Create One UI Macro
  • Then create one variable that would be macro type variable on catalog form and give the higher order so that it will appear in below in the form. 

UI Macro Script:

 

<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div class="Submit" style="float:right">
<a class="request_catalog_button_with_icon btn cat-btn btn-primary" onClick="processOrderNow(false);">Submit</a>
</div>
</j:jelly>



 

Note: I had Tested in my PDI and its working. 

Let me know if you stuck somewhere. 

 

 

Hi Harsh

I want to make this change globally(means in all the catalog item), so I want to know how we can do the change in existing change button.

Regards,

Priya.