hi,
hmm, I don’t have a region on my booking form? do you a sample link or this is in the backend-add event area?
Thread Starter
mrppp
(@mrppp)
Hi it is on back end when entering details I have
Location Name
Address:
City/Town:
State/County:
Postcode:
Region:
Country:
In settings-formatting-locations-Single location page format
<div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
<p>
Address
#_LOCATIONADDRESS
#_LOCATIONTOWN
#_LOCATIONSTATE
#_LOCATIONREGION
#_LOCATIONPOSTCODE
#_LOCATIONCOUNTRY
</p>
<br style=”clear:both” />
#_LOCATIONNOTES
<h3>Upcoming Events</h3>
<p>#_LOCATIONNEXTEVENTS</p>
you can remove that by modifying template file at /wp-content/plugins/events-manager/templates/forms/event/location.php
to use templates: http://wp-events-plugin.com/documentation/using-template-files/