I need to create a form that has 3 pages:
Page 1: has a list of items with checkboxes
Page 2: generated list of checkboxes containing only the items that were selected on page 1
Page 3: 5 Paragraph Fields labeled with the selected items on page 2
I want to use the gform_fields_choices to create the list on page 2 by accessing the selected items from page 1 (Is this possible and if so are there any examples of code doing something like this)
If I can do page 2 then I assume I can do page three with similar logic from page 2 using the gform_field_input or gform_field_content filters
Any advice?