- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 08:00 AM
How can I save a multi line text in a catalog item with a Null or Blank question as shown in the picture in a variable set in a catalog item? When I tried to save the catalog item as shown in the picture below it says that the question field is required. I cannot bypass it. Is there a trick or way to blank it out. I do not want to display the question below the multi line is a display as show in fig.2.
Would like to display the information as shown below. Without the question label.
Fig.2
Your expert advise or guidance appreciated.
Luis Roman
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 09:06 AM
Hi
Steps:
1. add question for Multiline text.
2. create onload client script and add
g_form.setDisplay('c_info', false);
//or
g_form.setLabelOf('c_info','');
If my response is helpful to you, please mark as Correct Answer/Helpful
Please check and let us know.
Thanks 🙂
Shakeel Shaik 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 09:06 AM
Hi
Steps:
1. add question for Multiline text.
2. create onload client script and add
g_form.setDisplay('c_info', false);
//or
g_form.setLabelOf('c_info','');
If my response is helpful to you, please mark as Correct Answer/Helpful
Please check and let us know.
Thanks 🙂
Shakeel Shaik 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 09:35 AM
Hi
Please check and let us know.
Thanks 🙂
Shakeel Shaik 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 11:07 AM
Thank you very much. ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2022 10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2022 01:33 AM