how can i hide or show formatter field in a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 12:17 AM
there is a requirement where i want to hide or show formatter field in a form, without document.getElementById or jquery because as per the client it is not the best preactice, is there any glideform method or anything apart from this i can use, also document.getELementById and jquery is causing healthscan finding issue.Any idea ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 12:22 AM
Hello @mishra007 ,
You can use: try catch for DOM
try
{
document.getElementById
}
catch(e){
}
Mark helpful if you think this helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 12:49 AM
can you share screenshot of your field on the form