Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2020 07:23 AM
I am trying to disable certain multiple choice options on onload for catalog item.
Tried the below but did not work:
var form = typeof g_sc_form != "undefined" ? g_sc_form : g_form;
form.removeOption(<fieldName>, <choiceValue>);
and
g_form.removeOption(<fieldName>, <choiceValue>
);
Any ideas on how to get this working?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2020 04:23 PM
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 06:25 AM
That does not work for multiple choice fields on portal. Is there any other way? or is it platform restriction?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2020 04:23 PM
Cannot do this for multi choice. Had to use Select box.