I want to make the user be able to select an option from my dropdown list, then depending which selection is made go to a unique URL based on selection. It’s basically a list of names that the user can select from, to be then redirected to a personalised book which I sell on Amazon. I have entered my list of 392 names into the form, and have 392 unique URLs from amazon – how do I do it? EG. If someone selects ‘Matthew’ from my list, on submit it I want it to open the Amazon page with the ‘Matthew’ book on it. Thanks in advance!