- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:52 AM
I have html code which have checkboxes when i check and save the incident the checkboxes that was selected before was unchecked. how to store that data like here i check test 1 and when i save the test1 is unchecked but i want to save the data.
html code:
<ul style="list-style-type: none;">
<li><input type="checkbox" />Test 1</li>
<li><input type="checkbox" />Test 2</li>
</ul>
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 12:44 AM
@Arjun Kumar Le1 it's not possible to achieve that.
Please mark as correct answer if this helped you.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 12:44 AM
@Arjun Kumar Le1 it's not possible to achieve that.
Please mark as correct answer if this helped you.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 04:14 AM
please tell me any alternate solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 04:27 AM
@Arjun Kumar Le1 create Boolean fields on the form instead if in the HTML field
ServiceNow Community Rising Star, Class of 2023