I'd like to display the text from another input in a combobox.
Imagine a form with the following inputs:
- Person #1's Name (Name input)
- Person #2's Name (Name input)
- Who should we call first? (Combobox)
For the combobox, I'd like to use Person1 and Person2 as the values but display the actual name's as the value displayed to the user in the combobox.
Is this possible? I can display Person #1 and Person #2, but I don't want to. Also, the name inputs are on one page and the combobox is on a following page.