I’m sorry, I didn’t explain the problem properly.
My problem is that when a user types in a search query into the input field, and either hits Return or Clicks on the Search Icon, I don’t want it to redirect to a Results Page. The Results Box (that automatically shows below the search box) captures what I want to display. Sending the visitor to another Results Page is redundant for me.
When a user types in the query and hits Enter, I just want them to stay on the original page and interact with the Results Box instead of being redirected to a Results Page.
Thank you.