'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

Allen Andreas
Administrator
Administrator

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:

AllenAndreas_0-1723225959393.png

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!

snowcone
Mega Guru

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

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!

snowcone
Mega Guru

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.