I want to collect input from the user (says 123456) and use that input in the URL of a button (externalwebsiteurl/123456/).
I have create a form with 2 elements. 1) Data entry field, and 2) Button. I want user to enter some text or number in the data entry field. Lets say the user enters 123456. When the user clicks on the button, I want to take the user to an external website ( externalwebsiteurl/123456/ ). The user input needs to be part of the link.
If the user enters 987654 and clicks the button, then the user should be taken to externalwebsiteurl/987654