I want to make a javascript that will redirect to the url that will be generated by adding the input provided in form and the main url.
For example , If the user puts 'Hello' inside the textbox Then it should redirect it to 'https://example.domain/Hello' And if he puts Bye then it should redirect it to 'https://example.domain/Bye'