• Resolved nielsgiet

    (@nielsgiet)


    When a user submit ther registration of an event with the RSVP form, the registration is successfully.
    But when the user is back at the event page, he see the RSVP form again and can register.

    Is it possible to remove this when an user had already registerd? Like an cancel button or change registration?

    Thanks! At this moment the user can’t see anywhere on the website if he is presented or not. Only the user get an email whith the registration.

    Thanks!

    https://wordpress.org/plugins/events-made-easy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    If you require WP registration for your event, you can use the placeholder “#_ADDBOOKINGFORM_IF_NOT_REGISTERED” to show the form (see http://www.e-dynamics.be/wordpress/?cat=25 ), and you can also choose to use the conditional tag #_IS_REGISTERED (see http://www.e-dynamics.be/wordpress/?cat=24 ) to show text to the user if they have already registered.

    Thread Starter nielsgiet

    (@nielsgiet)

    Thanks, but when I add #_REMOVEBOOKINGFORM_IF_REGISTERED , it will place an extra form with the filled in name and email, with the button “cancel”

    So this form is added below the registration form, which you can still use.

    Thanks!
    Niels

    Plugin Author Franky

    (@liedekef)

    That’s why you need to use “#_ADDBOOKINGFORM_IF_NOT_REGISTERED” in stead of “#_ADDBOOKINGFORM” (and you can play with the conditional tags too)

    Thread Starter nielsgiet

    (@nielsgiet)

    Ah I see the problem, I add it at the “RSVP” page, but I had to change it in “Event” settings page.
    Now I understand what you mean with “in stead of #_ADDBOOKINGFORM”.

    Many thanks!
    Niels

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cancel registration’ is closed to new replies.