Guest User

Untitled

a guest
Apr 6th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {exp:low_search:form query="{segment_3}" result_page="trova-prodotto/risultati"}
  2. <div class="small-12 medium-6 large-6 column">
  3. <select name="child:cosa_incolla_relationship[]">
  4. <option value="">--</option>
  5. {exp:channel:entries channel="materiali_incollaggio" dynamic="no"}
  6. <option value="{url_title}"{if title == low_search_children:cosa_incolla_relationship} selected{/if}>
  7. {title}
  8. </option>
  9. {/exp:channel:entries}
  10. </select>
  11. </div>
  12. <div class="small-12 medium-6 large-6 column">
  13. <select name="child:cosa_incolla_relationship[]">
  14. <option value="">--</option>
  15. {exp:channel:entries channel="materiali_incollaggio" dynamic="no"}
  16. <option value="{url_title}"{if title == low_search_children:cosa_incolla_relationship} selected{/if}>
  17. {title}
  18. </option>
  19. {/exp:channel:entries}
  20. </select>
  21. </div>
  22. {exp:low_options:specifiche}
  23. {options}
  24. <label>
  25. <input type="checkbox" name="search:specifiche[]" value="">{option:value}<br />
  26. </label>
  27. {/options}
  28. {/exp:low_options:specifiche}
  29. <input type="hidden" name="require_all" value="child:cosa_incolla_relationship">
  30.  
  31. <button type="submit">Go</button>
  32. </div>
  33. {/exp:low_search:form}
Advertisement
Add Comment
Please, Sign In to add comment