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

Question

Question

How to hide a question in forms

asked on August 28, 2015

This is probably a dumb question, but I'm looking to hide a question in forms. It's a question that is autofilled based on a previous response, so it's not necessary for the user to see the question. Is there a simple way to do this that I'm missing?

 

 

0 0

Answer

SELECTED ANSWER
replied on August 28, 2015

Sure is James!

 

In the form edit, add the class "dontshow" in the advanced properties of the question.

 

Then on the css side add in:

.dontshow {display: none;}

 

1 0

Replies

replied on August 28, 2015

Awesome, works perfect. Thank you!

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

Sign in to reply to this post.