eForm shows an asterisk (*
) for compulsory questions. If you do not want to show this, then simply add the following CSS.
[css]
.ipt-eform-content .ipt_uif_question_required {
display: none;
}
[/css]
eForm shows an asterisk (*
) for compulsory questions. If you do not want to show this, then simply add the following CSS.
[css]
.ipt-eform-content .ipt_uif_question_required {
display: none;
}
[/css]
14 people found this article useful
14 people found this article useful