Cancel one payment form

Next to the form to cancel all bookings for a person for one event, you can also cancel one payment. This is done by using e.g. #_CANCEL_URL in e.g. the RSVP mail when a booking is made. When a user clicks on the resulting link, he/she is sent towards a “cancel one payment” form.

This form can be configured in the EME Settings page, tab ‘RSVP’ (‘Cancel one payment form format’)
This form needs at least 2 placeholders:

  • #_SUBMIT : generates the submit button
  • #_CANCEL_PAYMENT_LINE : since one payment can consist of multiple bookings, we use an approach where this line is repeated for each booking. This placeholder generates a line per booking, defined in the option called “Cancel one payment booking line format”
  • #_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.

The format “Cancel one payment booking line format” (generated by #_CANCEL_PAYMENT_LINE) can contain all regular RSVP placeholders for a booking.

When the payment has been cancelled, the user is redirected to a “Payment cancelled” page, where again all text and people placeholders can be used and the same #_CANCEL_PAYMENT_LINE mentioned above.

Scroll to Top