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

Question

Question

Do not display asterisks for required fields

asked on March 24, 2023

We have a form where all fields are required and would like for the red asterisks to not show.  It seems like this should be straight forward using CSS but I haven't been able to figure it out.  Has anyone else done this?  Thanks in advance!

0 0

Answer

SELECTED ANSWER
replied on March 24, 2023

The span class of the asterisk is "cf-required". The way to hide it would be the following CSS:

.cf-required { display: none }

 

3 0
replied on March 24, 2023

Thank you!! I would have sworn I tried that but probably did something wrong.

0 0
replied on March 14

I've used this in version 10, but this doesn't seem to work for me in version 11 (Professional Version 11.0.2311.50553).  Is there a modern forms equivalent?

1 0
replied on March 19

I have the same question...  Is there an equivalent in 11?

0 0
replied on March 19

For the new designer, it should be

.requiredStar:after {display: none;}

 

1 0
replied on March 19

Thanks, Bert!  That worked on the version 11 form I just tested it on!

0 0

Replies

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

Sign in to reply to this post.