Cancel bookings form formatting

The cancel all bookings form is called inside a single event by using the placeholder #_CANCELBOOKINGFORM or independently on a page via the shortcode [eme_cancel_all_bookings_form].

The cancel all bookings form can be completely customized. You can go to the “Events => Settings” page, tab ‘RSVP’ and change the general layout of the cancel all bookings form format. The default is:

<table class='eme-rsvp-form'>
<tr><th scope='row'>Name*:</th><td>#_NAME</td></tr>
<tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr>
#_CAPTCHAHTML{<tr><th scope='row'>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>}
</table>
#_SUBMIT

You can use the following placeholders:

  • #_LASTNAME displays a text field for the lastname of the respondent.
  • #_FIRSTNAME displays a text field for the firstname of the respondent.
  • #_EMAIL displays a text field for the e-mail address of the respondent.
  • #_CANCELCOMMENT displays a text field to add comment that will not be stored in the db but can then be sent via mail using the placeholder #_RESPCANCELCOMMENT.
  • #_SUBMIT{} displays displays the submit button with between the braces the text you want for the button (qtranslate compatible).
  • #_SUBMIT displays displays the submit button with the text you want for the button the text configured on the Settings page.
  • #_CAPTCHAHTML{...} displays the html between the braces for the captcha, but only if the captcha option has been activated. Inside the braces, you should use the shortcode #_CAPTCHA to display the captcha itself, otherwise nothing will happen.
  • #_CAPTCHA displays the captcha field if required. If required and the placeholder is not present, it will be added just before the submit button.
  • #_RECAPTCHA displays the Google reCAPTCHA field if required. If required and the placeholder is not present, it will be added just before the submit button.
  • #_HCAPTCHA displays the hCaptcha field if required. If required and the placeholder is not present, it will be added just before the submit button.
Scroll to Top