You are viewing limited content. For full access, please sign in.

Question

Question

Remove asterisk for required fields

asked on October 27, 2015

I have a form in which all of the fields are required fields. Is there a way to remove the asterisk after the label of each field? 

Required Field.JPG
0 0

Answer

SELECTED ANSWER
replied on October 27, 2015 Show version history
.cf-required {display: none;}

that ^ in the CSS section worked for me. It removes the asterisk from the all field labels but the fields are still required.

You could make it field specific by adding the field info ie: #q1 .cf-required {display: none;}

 

1 0

Replies

replied on October 27, 2015

Thanks Darrell that worked for me.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.