So I have a complicated form that is one step from being perfect!
It has two pages (multi page setup).
The first page uses a "Read Data" function to load in a Key/Value Array to be used in a drop down menu.
Submitting the first page saves the data and then displays mostly the same information again, with some minor changes.
The same drop down menu is used in the second page but the Key/Value Array Data is lost with the change of pages.
--- How do I get the Key/Value Array Data to transfer to page 2 ---
Redoing the "Read Data" doesn't work as it's now under a different "read_data#" number and I'm using the same display section.
It has two pages (multi page setup).
The first page uses a "Read Data" function to load in a Key/Value Array to be used in a drop down menu.
Submitting the first page saves the data and then displays mostly the same information again, with some minor changes.
The same drop down menu is used in the second page but the Key/Value Array Data is lost with the change of pages.
--- How do I get the Key/Value Array Data to transfer to page 2 ---
Redoing the "Read Data" doesn't work as it's now under a different "read_data#" number and I'm using the same display section.