how to disable submit Request button in catalog using catalog client script

String
Kilo Sage

Hi ,

am trying to disable Submit Request  button in catalog item form  using  catalog client script 

 

String_0-1677514263577.png

g_form.setValue('submit','false');

but not getting disable 

Please guide me 

1 ACCEPTED SOLUTION

shivangi k
Kilo Sage

Hi @String ,

 

You can configure this from "portal setting" in catalog item:

shivangik_0-1677519714298.png

 

Please mark helpful and accept solution if it helped you.

 

Regards,

View solution in original post

3 REPLIES 3

shivangi k
Kilo Sage

Hi @String ,

 

You can configure this from "portal setting" in catalog item:

shivangik_0-1677519714298.png

 

Please mark helpful and accept solution if it helped you.

 

Regards,

SatyakiBose
Mega Sage

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.