Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to change the position of the Submit button in Customer Support Portal?

swethavelu
Tera Contributor

Hi Community,

 

In the Customer Support Portal, the Submit button for a Record Producer appears after the form fields, requirement is to be fixed at the bottom after form.

 

swethavelu_1-1764155867178.png

 

Question:
Is there a way to modify this or apply CSS so the button stays fixed at the bottom of the page?

 

4 REPLIES 4

prajaktajga
Tera Contributor

Hello @swethavelu ,

 

Yes ,there is no other way you can modify but ,with the help of css attributes you will able to adjust that with the help of attributes. You can inspect on the browser and check .

Hi @prajaktajga ,

 

Thank you for your response. Is there any suggestion to change/configure it via record producer? 

 

Regards,

Swetha.

Ankur Bawiskar
Tera Patron
Tera Patron

@swethavelu 

the submit button in esc or sp portal is also shown above the Required Information

Why you wish to change that?

SP Portal

AnkurBawiskar_0-1764166658447.png

ESC Portal

AnkurBawiskar_1-1764166681105.png

you can try to use DOM manipulation if that works but it's not recommended practice

Another approach is to clone the widget and then make changes, but lot of implementation and unnecessary technical debt

This is the widget "CSM SC Catalog Item"

see this link

How to add additional 'Submit' button at the bottom of catalog item. 

AnkurBawiskar_2-1764166891007.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @swethavelu 

What is the business need to do the same? This is OTB (out-of-the-box) behavior, and I would recommend keeping it as is.

Making changes here will increase technical debt and is not recommended. Instead, educate users to follow the platform’s intended behavior.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************