This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Remove asterisk
Started 11 years ago by searchtransparency | 7 posts |
-
How to remove asterisk from required fields?
Thanks!
Posted 11 years ago # -
You can edit the theme of your form, click the "Advanced CSS" menu item and then add this code:
#main_body form.required,#main_body .matrix span.required{ display: none !important; }
that should hide the asterisk.
MachForm Founder
Posted 11 years ago # -
Hi Yuniar,
I added this code, but to no avail. Any other suggestions?
Posted 11 years ago # -
Try to delete your browser cache and refresh your form.
If the problem persist, can you let me know the URL of your form please? I'll check it.MachForm Founder
Posted 11 years ago # -
It is still not working. Here is the url: http://www.seasonsfour.com.previewdns.com/contact-information.html
Posted 11 years ago # -
Ah... yes, it seems the space is missing from my CSS code above. Sorry for that.
Please try again using this code:#main_body form .required, #main_body .matrix span.required{ display: none !important; }
The correct one is "form .required" -- with space between them. While my original CSS code above was "form.required".
MachForm Founder
Posted 11 years ago # -
That works, thank you!
Posted 11 years ago #
Reply
You must log in to post.