Hide asterisk on form title
Posted by Geir Mathisen - Dec 27 ’13 at 08:57
Is there a smart CSS method to avoid that the red asterisk (*) sign is displayed after the field label for required fields?
I need to design print-version of forms, and this information is not making sense here.
Thanks
-
Dmitry KozlovAdminMember for: 8 years 10 months 24 days
Hello,
You can hide asterisk with the following JavaScript code:
fd.field('InternalName').titleRequired(false)
-
Geir MathisenMemberMember for: 8 years 7 months 19 days
[#1]: Thanks, but I still must be doing something wrong.
Have inserted this in the JS editor on the Display form:
fd.field('Ansatt nummer').titleRequired(false);
fd.field('Navn').titleRequired(false);
But the form still displays the asterisk.'Internal name' refers to what is in the Value field og the Title property.
What am I doing wrong?
-
Dmitry KozlovAdminMember for: 8 years 10 months 24 days
[#2]: Could you send html-source of your display form to [email protected]?