• Resolved katpetuk

    (@katpetuk)


    I added the code below to add keywords and location which works fine.

    But I also need more fields in the search form similar to your demo page: the fields I require are event type, date, organizer and if possible distance.

    How do I add these fields to the code?

    existing code:

    <form method="GET" action="https://groomclever.websitesharrogate.co.uk/events">
      <p>
    	<label for="keywords">Keywords</label>
    	<input type="text" id="search_keywords" name="search_keywords" />
      
    	<label for="keywords">Location</label>
    	<input type="text" id="search_location" name="search_location" />
     
       <p>
    	<input type="submit" value="Search" />
      </p>
    </form>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search form’ is closed to new replies.