Hello,
there is a bug in the css for the current version. Hidden labels have an invalid value for the display attribute, so they are not hidden.
See inn frm_display.css:
.with_frm_style .frm_hidden_container label.frm_primary_label{display:hidden;}
Hello,
there is a bug in the css for the current version. Hidden labels have an invalid value for the display attribute, so they are not hidden.
See inn frm_display.css:
.with_frm_style .frm_hidden_container label.frm_primary_label{display:hidden;}
That one has gotten by for a long time. Please open formidable/css/frm_display.css and change display:hidden on line 7 to visibility:hidden
Thanks for the report!
You must log in to post.