'Form' widget modify Table name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 10:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 10:53 AM
Hello,
You'd need to review the HTML section of that widget and comment out (or remove) the lines that are causing that to show, such as this:
the ${Indicates required}. Please review and do what you need to do to meet requirements (although I personally don't think this is a good idea to remove/hide the table name and the need to callout required fields).
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 11:12 AM
Thank you Allen, for the help. I was able to fix the 'Indicates required' part.
I'm unable to find the HTML line for table title. Could you please highlight it? Thanks again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 11:19 AM - edited ‎08-09-2024 11:19 AM
Hi,
I'm glad my reply above was Helpful.
I would recommend trying to attempt this yourself as I've pointed you right to the first piece and so you're already within the area for that. Please let us know after you've tried and tell us what you've tried and what is/isn't working.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 11:41 AM
I did an inspect and found this element
<span class="h4 ng-binding" role="heading" aria-level="3" id="container_3deb73b6478fc6906ca043ff336d435c">Incident</span>
I'm not able to corelate this element to the HTML. There are many 'title' strings in HTML. I also do not want to lose the table label in the header (gray area).
I tried removing title="{{data.f.label}} ${Form menu}" in lines #35 and #53 but no luck.