- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 08:11 AM
Hi ,
am trying to disable Submit Request button in catalog item form using catalog client script
g_form.setValue('submit','false');
but not getting disable
Please guide me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 09:42 AM
Hi @String ,
You can configure this from "portal setting" in catalog item:
Please mark helpful and accept solution if it helped you.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 08:35 AM
Hi,
please check below link:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 09:42 AM
Hi @String ,
You can configure this from "portal setting" in catalog item:
Please mark helpful and accept solution if it helped you.
Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 09:46 AM
Hello @String
The submit button cannot be hidden using a client script.
If you want to disable it, you can do it by going to Service Catalog > maintain Cart layouts
From the screenshot, it seems that you are not on portal view, but on the classic UI view.
For portal view, you can follow the steps mentioned by @shivangi k as mentioned above.