[HTML] So I want a simple website where the user is asked for input (will be order number) and when they click submit it sends them to a website using the inputted data in the URL.
I searched everywhere and cant find out how to do this.
I tried this with no luck.
<h1> Whats your name ? </h1>
<form method="POST">
<input type="text" id="tt" placeholder="Enter Name : ">
</form>
<button onclick="my()">Submit now</button>
<p id="demo"></p>
</div>