Hi Stephen,
I bought the pro version of the plugin last week, but need to post a support ticket. I am unable to post in there despite having upgraded.
Basically, I want to know how to use the event search sortcode to direct to a new page rather than Ajax into the page content below.
Thanks
Andrew

Andrew Young
Hi Andrew,
I’m terribly sorry – I had received your e-mail and had looked into the possibility of the results of the booking form being displayed on an alternative page. (I had thought I had replied to you, but I can’t find the e-mail now).
I’ve checked your account and you should be able to access the forums, I’ll look into why this is the case.
Regarding posting to another page, unfortunately this isn’t (easily) achievable. The search form posts to the current page: (includes/shortcodes.php, line 181)
<form action="'.get_permalink().'" method="get">
Changing the action attribute to an alternative action would post the form to the desired page, however you would need to parse the query and display the results yourself. The results are (by default) displayed using the search-event-list.php template, and the query is parsed at includes/shortcodes.php, lines 367-391.

Stephen Harris