How can I make the date field editable on my table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 03:15 AM
Hi All,
I have created a table on a catalogue item using the following script, But I would like the date field to be editable, but the rest of the table not would anyone know how I can do that on my script please?
Script created:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 03:24 AM
Hi @Toni1 ,
You can add input type field for date
<input type="date" id="fname" name="fname">
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 03:55 AM
Hi
Thank you for your response, where would this line go on the script for it to show under in date, I need it to show on all 4 lines?
thanks