Skip to main content
Alexis_D_Alba1
Level 5
December 15, 2015
Question

Only display fields with values on form?

  • December 15, 2015
  • 2 replies
  • 795 views

Is there a way to only have the fields with values "true" display on form. For example "You are subscribed to x, y, z"  The fields I want to display are check boxes. I do not want

fields that are "false" and would not be checked to display.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
December 15, 2015

Sure, you would need javascript or jquery to manage this. If you have a web dev, they should be able to do that easily for you.

December 15, 2015

This is not possible by default, you will need to use javascripting to process the form correctly