A form on my site has a drop down for subscriptions let’s call them bronze, silver and gold. I want to be able to achieve the following:
- when the user successfully fills out the form and is able to submit it (passing validation/requirements) I want a new button to appear (hidden by default), let’s call this button external url.
- i also want the value of the subscription returned so the following can happen
- if subscription was bronze then on click of ‘external url’ takes the user to another web page using a link.
- if subscrimotion was silver, then on click of ‘external url’ take user to a different web page specific to silver. Etc
im really hoping this is possible and any help would be massively appreciated!