** Solved ** Hide a numeric field
I want to hide the final score from form, any advice would be great thx
A screen shot would be helpful.
This number field is the last field in a form of 13 questions, this number field calculates the score of the 13 questions. I want to hide this field "score" so users submit on question 13 without seeing the score
Waldo HechterΒ I'm assuming this is a Quiz Form?
ye, I just created a blank form with 14 radio buttons gave each calc values and a score field
Waldo HechterΒ what shortcode have you selected in the confirmation settings. eg. Score: {inputs.quiz-score}. Remove this and the score will not show.
Use ff-hidden in the container class in the advanced settings for that element
Ryk MelckΒ the issue is not after form submission it is before form submission. Parm SagguΒ your on the right track I tried both ff-hidden and ff_force_hide but neither worked. I might have to look at the class and style the field container out of the form front end.
Ill post a solution when I find one, Thx
Parm SagguΒ Ryk MelckΒ It seems that both ff-hidden and ff_force_hide doesnt work on the conversational form just on the standard form. thx
Waldo HechterΒ Ah I see what you're trying to do. There's a separate field called Quiz Score that doesn't show up front end but you can use it back end for conditional redirections and tagging. Use that!