I have an input
tag of type="text"
that I don't want to have a submit button for. I want it to be "submitted" for when the user presses ENTER, and when they press enter it should redirect them to a different page that I already have set up to reroute to.
I don't know how to "submit" an input tag on "enter" and then reroute the page on "enter." Any ideas?