HTML submit textfield to url
-
Hi.
I want my users to fill in a text field with for example “test”.
If the user clicks the submit button, a new tab has to be opened with URL name = “https://domainname.com/user/test
Where test is the value from the text field.
Is this possible and how to make this.I already made the following but i am stuck…
<form action=”action_page.php”>
Type the code:
<input type=”text” name=”code” value=”Code”><input type=”submit” value=”Send”>
</form>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HTML submit textfield to url’ is closed to new replies.