Is it possible to achieve the following:
I have a link CLICK TO ASK [NAME] A QUESTION. [NAME] is automatically pulled in from Wordpress (First name or First+Last, I can get both to work). I want to pass that as variable into a form on another page.
On the page where there's a form, I have a dropdown field listing these names in "First+Last" format.
Is it possible to pre-select a name in the dropdown based on what is passed on?
Just to clarify, the challenge here is that I can't enter ?name=name goes here
manually, it has to be matched up from what Wordpress outputs (first+last) to a variable in the dropdown. Thanks!