Re: Only display fields with values on form?

Alexis_D_Alba1
Level 5

Only display fields with values on form?

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.

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Only display fields with values on form?

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.

Anonymous
Not applicable

Re: Only display fields with values on form?

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