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.
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.
This is not possible by default, you will need to use javascripting to process the form correctly