Advertisement
Guest User

Low Search Form

a guest
Sep 11th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. {exp:low_search:form collection="contact_nederlands|nieuws_nederlands|paginas_nederlands|producten_nederlands" result_page="nl/zoeken"}
  2.        
  3.     <input type="text" name="keywords" id="keywords" placeholder="Trefwoord, artikelnummer" autocomplete="off">
  4.     <select name="category">                        
  5.  
  6.         {exp:gwcode_categories channel="nl_product"}
  7.             <option value="{cat_id}">{cat_name}</option>
  8.         {/exp:gwcode_categories}
  9.  
  10.     </select>
  11.        
  12.     <input type="submit" value="Zoeken" title="Zoeken" name="search">        
  13.    
  14. {/exp:low_search:form}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement