'Form' widget modify Table name

snowcone
Mega Guru

Hi eveyone,

I cloned 'Form' widget to modify it. How can I remove 'Indicates required message' and the Table label when a form is opened in portal to enter the data? Please see the highlights in the image.

Thank you for the help.

5 REPLIES 5

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!