Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to create a search #145479
    trisharoberts
    Participant

    Hi)
    You can implement a Google search with a basic HTML form:

    <form action=”https://google.com/search&#8221; method=”get”>
    <input type=”text” name=”q”>
    </form>
    This is an extremely basic, simple and ugly form: write something inside of it, click enter and a list of Google search results will appear

Viewing 1 post (of 1 total)