Hello,
OPEN TO ANY SUGGESTIONS
I am currently trying to come up with some method for my HTML text to display only the datacards that have data in them and not any other data cards. The reason behind this is I am wanting a PDF generated from the HTML and I am trying to reduce pages.
The determination for which data card will have data is based off a choice list. Once the choice is selected, the datacard associated with that choice has to be filled out. If a choice and its associated data card is not selected, I do not want it on the PDF. I have around 10 choices on my list and it can be any configuration of only 1 choice selected to 10 choices. I am just trying to avoid having 9 PDF pages on empty data if I only selected 1 choice.