Hi there! I'm attempting to create a Search form on my wordpress site that responds to checkboxes being selected. I've looked round the internet but can't make sens of anything. For example, if you were to select the categories, 'Action' 'Adventure' & 'Animation' and clicked search, then only posts from those 3 categories would be revealed. I have no idea how to do this... at all. If you could help me get to my goal that would be great! Heres all i have so far (times all the categories i have)... <div class="art-genrecontent"> <Input type = 'Checkbox' Name ='ch1' value="word" style="float: left; margin-bottom: 2px; margin-top: 6px; width: 15px; height: 15px"/><?PHP print $ch1; ?><a href="http://www.filmhammer.com/category/all"><div class="art-genrecontenttitle"><?php wp_list_categories('show_count=1&include=89&title_li='); ?></div><a href="http://www.filmhammer.com/?random&random_cat_id=89" title="Random"><div class="art-genrerandom"></div></a> </div> PHP: Thanks for your time! the website is http://www.filmhammer.com