This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Commenting out styles & T &C block
Started 15 years ago by lydia | 3 posts |
-
Hi,
I love using the forms tool and was wondering if it is at all possible to not display the asterisk on a required field on a form and just not allow submission of the form if the field is empty?
I'd also like to know if it is possible to have a a terms and conditions block at the bottom of the form, and a single check box to state whether one has read the terms and conditions.
Kind regards
LydiaPosted 15 years ago # -
Hi Lydia,
To hide the asterisk, try to search this code in your CSS form :
#main_body form .required { color:red !important; float:none !important; font-weight:700; }
then change to
#main_body form .required { color:red !important; float:none !important; font-weight:700; display:none; }
and it's possible to have a term and condition block with a check box as a confirmation. Simply put a section break field to put "term and condition" text in there and add 1 check box field with "required" option enabled.
MachForm Support
Posted 15 years ago # -
Hi
Thank you so much for your continuous assistance!
Lydia
Posted 15 years ago #
Reply
You must log in to post.