Anyone could help me how to hide the "Help link" for each component as shown below in the Form.io ?
Thanks you in advance!
Anyone could help me how to hide the "Help link" for each component as shown below in the Form.io ?
Thanks you in advance!
On
It looks like this can be done with CSS quite easily, as mentioned in this Github issue.
body a[href*='help.form.io'] {
display: none !important;
}
I figure it out...posting here for anyone wants this. You just to use Templates in Form.io and then overwrite the BuilderComponent Template then finally hide the Help ctx using Display : None .