Posted By

flexyournoggin on 05/13/11


Tagged


Versions (?)

Vanpool Form


 / Published in: HTML
 

  1. <form name="vansearch" method="post" action="">
  2.  
  3. <label style="display:none; visibility:hidden;" for="blogcategory">Choose your Destination</label>
  4. <select id="blogcategory" name="blogcategory">
  5. <option value="" selected="selected">&rarr; Choose your Destination &larr;</option>
  6. {exp:channel:categories channel="VanPoolForming" show_empty="no" style="linear" parent_only="yes"}
  7. <option value="{category_id}">{category_name}</option>
  8. {/exp:channel:categories}
  9. </select>
  10. &nbsp; &nbsp; &nbsp;
  11. <label style="display:none; visibility:hidden;" for="destination_point">Choose your Origin</label>
  12. <select id="destination_point" style="display:none;">
  13. <option value="" selected="selected">&rarr; Choose your Origin &larr;</option>
  14. </select>
  15. &nbsp; &nbsp; &nbsp;
  16. <label style="display:none; visibility:hidden;" for="departure_point">Choose your Departure Point</label>
  17. <select id="departure_point" style="display:none;">
  18. <option value="" selected="selected">&rarr; Choose your Departure Point &larr;</option>
  19. </select> <br /><br />
  20. </form>

Report this snippet  

You need to login to post a comment.