CalendarWiz customers use this option as an affordable and simple solution to event registration.
Follow the below instructions to insert html code to allow customers to send an email to your registration email address. An administrator will need to monitor the emails and manually register the customer for the event. You could set up an email address specifically for registration, e.g. registration@yourdomain.com.
To create an "Email to Register Here" email link in an event description follow the below instructions:
Login to Calendar -> Click to Add Event -> Enter event "Date and Time" information -> Click on Description and Details Tab ->
Insert the code below:
<p>
Enter event description information here.
<a href="mailto:youremailaddress@youremail.com?subject=Event%20Registration">Email Here to Register</a>
</p>
- Substitute the text that you would like to see in your event description after <p> and in place of our instructions to you. We also recommend that you include instructions to your customer to include the event title and any other important information that you will need for completing the registration for the event.
- Substitute your registration email address in place of: youremailaddress@youremail.com
- You may change the text that reads "Email Here to Register" to anything that you like.
-
You can change the email subject from Event%20Registration to include the event title but be sure to separate words with a %20 rather than a standard space.