<html><body><form action="search_page.html" method="get"> <!-- Other HTML form fields goes here --> <label>Name search</label><br/> <input placeholder="Search for name" type="text"/> <input name="search" type="submit" value="Search Name"/> </form></body></html>