eForm shows an asterisk (*
) for compulsory questions. If you do not want to show this, then simply add the following CSS.
.ipt-eform-content .ipt_uif_question_required { display: none; }
The post Remove asterisk from eForm question labels appeared first on WPQuark Knowledge Base.