Event Registration for Wordpress

Shortcodes

Page Shortcodes

 

{EVRREGIS}  - Code to use for listing all events with register button.   This is the main code that the plugin runs on.  Placing this code on the page in HTML view,  you wish to display the event listing/registration form.  Note that you can enter text above and below the {EVRREGIS}  , but that text will be displayed throughout the registration process as this function merely replaces {EVRREGIS}   with the event listing, then the form, then the payment data, while staying on the same page.

 

 

 

 

 


 

There is no longer a shortcode for Widgets, they are available in the appearance widgets area. Simply drag and drop the widget to the sidebar. No configuration is available.


[EVR_PAYMENT] - Code to use when setting up a return url for attendees to return and make payments and for PayPal IPN notifications.  Occasionally attendees will exit the registration process without making a payment or you will allow partial payments and attendees will need to return the registration process to complete payment.  Placing this code in a page and then using that pages URL as the return payment link in the Organization setup will allow attendees to return to make payments or can be used to allow online donations.  This page should be hidden from navigation.

If you click on the page alone, it will display “Please check your email for payment information. Click the link provided in the registration confirmation.” 

However, when the URL is sent to the attendee it will include the attendee’s unique registration ID for that event in the URL, allowing his/her information to be displayed.

 {EVR_CALENDAR} - Shortcode for showing the Events Calendar.  This shortcode displays a calendar on the page.  The calendar can move from month to month using Next/Prev Links or you can use a dropdown selector and choose month and year to view a specific month.

Event are displayed by Name on the calendar.  If you assigned an event to a specific category, it will be colored according to the category definition.  The Event name is a hyperlink to the registration for that event.  Each Event name has a hover displying the event details.  Simply hover over the event name to view the details.  Events open in a new window when selected.

[EVR_CATEGORY event_category_id="????"] - Shortcode for showing a list of events by category. Replace ?? with the id # of the category.  The actual shortcode is shown next to each category in the Category setup page.  Placing this code on the page in HTML view,   where you wish to display the event listing by the specific category. 

Unlike other shortcodes, you can use multiple codes on a single page.

When setting up the categories you have the option to have the description display or not to display for each category.


[EVR_SINGLE event_id="??"]  Shortcode for showing registration page for a single event. Replace ?? with the id # of the event.  The Event id is shown on the Event Listing in the Admin panel.  This shortcode will display the actual registration form for that event on the page.  Placing this code on the page in HTML view.  Note that you can enter text above and below the shortcode,  but that text will be displayed throughout the registration process as this function merely replaces the shortcode with the registration form, then the payment data, while staying on the same page.

You can only use one event short code per page.

 


 

[EVR_ATTENDEE  event_id="??"] - Shortcode for showing the list of attendees for an event on a webpage.  Replace ?? with the id # of the event (single digit for single digit event id).   This shortcode will display the listing of the attendees who have signed up for the event. Place this code on the page in HTML view.  Note that you can enter text above and below the shortcode.  Content on this page will not refresh or change until you refresh or reload the page.

For identity security of the attendees, the attendee list only displays the First and Last name of each attendee, in Last name order.  The list does include all names, so when someone registers for more than one person at a time, all names will be entered and displayed.

Sample Registration for Multiple People