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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 12:31 PM
Hi,
Nice work trying to look through it, with that said, it may be driven through the sp-model directive, which is not accessible to us to be able to change. Since you've inspected the element and found the id of the span class, you could try and hide this via CSS, instead.
So you can try and leverage the id you've found and then set that to display: none;, example
https://www.elegantthemes.com/blog/wordpress/hide-element-css
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!