Skip to main content
Participant
February 26, 2024
Question

Display Pages Only When a Drop Down Value is Selected

  • February 26, 2024
  • 1 reply
  • 220 views

We have a template with three (3) total pages that we use to send notices to customers, but we only want to include pages 2 and 3 if a value in a drop-down list form field = 'Terminated'.  In other words, if the user selects the other value from the drop-down list = 'Active' then only page 1 will be visible, and would be printable.  We hope this makes sense.  Can you suggest a solution?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 26, 2024

It's possible, but requires a some-what complex setup. You'll need to define those pages as Template objects, hide them, and then use a script to spawn copies from them (or delete those spawned copies) based on the user's selection.