• Resolved d3rutat

    (@d3rutat)


    Hello. FIrst of all thank you for this wonderful plugin ??

    As of version 1.3.3, #_ADDBOOKINGFORM_IF_NOT_REGISTERED and #_REMOVEBOOKINGFORM_IF_REGISTERED shortcodes no longer work properly. The RSVP and cancellation forms both remain active even after the user confirmed/cancelled his participation to an event. They work fine on v. 1.2.9.

    Best regards,
    –RS

    https://www.ads-software.com/plugins/events-made-easy/

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

    (@liedekef)

    This is most likely a bug.
    Change in events-manager the line 1170 from

    } elseif ($event && preg_match('/#_ADDBOOKINGFORM/', $result)) {

    to

    } elseif ($event && preg_match('/#_ADDBOOKINGFORM$/', $result)) {

    and idem for line 1191

    Thread Starter d3rutat

    (@d3rutat)

    Thank you ?? everything works now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ADD/REMOVE BOOKING FORM IF REGISTERED not working in 1.3.3’ is closed to new replies.