OK, got the calendar working just fine, THANK YOU! but I want a “search by town limited to category” Not just a list of events by town. I read the attributes page but still don’t know how to put it together to get what I want.
Needs to be in a format like
<form class=”em-events-search-form” method=”post” action=”concerts/”>
<select class=”em-events-search-town” name=”town”>
<input type=”hidden” value=”search_events” name=”action”>
<input class=”em-events-search-submit” type=”submit” value=”Search”>
</form>
Somewhere in there it needs to list the towns and category=4713 but I don’t even know if it is possible.