Thursday, February 4, 2016

Simple Google Search Form Field

A BASIC, SIMPLE, PURE HTML FORM SUBMISSION

GOOGLE SEARCHES IN THE SAME WINDOW, ON A GOOGLE PAGE.

GREAT FOR PORTALS.

NOT A CUSTOM SEARCH

My gosh this was difficult to find I ended up grabbing and infering from much more complicated forms,


<form action="http://www.google.com/search" method="get">
<input type="text" id="search" name="q">
<input type="submit" class="solid" value="Search">
</form>

Doll it up however you'd like!

Here are some fancy field boxes, I chose the one that looked like a videogame! Most of these don't have the field submission form, so just add that tiny line to add functionality!

https://colorlib.com/wp/free-css3-html5-search-form-examples/


No comments:

Post a Comment