Hey guys, so I wanted to make this for a while.
Do you know how we have the Static Choices within the Dropdown element?
I wanted for example, for the user to see the options of his name, his company name, and other company employees as options.
My first idea was to just set the dropdown as static, and then List 3 or 4 options pulling data in each line, which dosn’t work because Static Choices from the Dropdown dosn’t have any searches.
Then I though on using Dynamic Data, type text, and them pulling from a hidden Repeating Group “rg-source” and this RG pulling from hidden inputs but I couldn’t quite figure that out as well. Do you guys have any other ideas for it?
For example, in the Stripe Checkout, I wanted for them to have a Dropdown choices for the card holder, another for phone number, and another for email. Where, each of these Dropdowns would have options for his own users name, phone and email, or company’s name, phone and email.