Events Made Easy Forums Bug fixed or feature request implemented Form tag not closed when cancelling payment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64364
    Anonymous
    Inactive

    I’ve found and locally fixed a bug. When a booker uses a link to cancel his booking, the html form is not closed. I have another form in the right sidebar and as a result both forms submit as one.

    The fix: in eme_payments.php file edit function eme_cancel_payment_form($payment_randomid)

    $output .= eme_replace_cancel_payment_placeholders($format,$person,$booking_ids);
    $output .= ‘</form>’;
    return $output;

    Please check the other functions for the same bug.

    #64365
    Franky
    Keymaster

    confirmed as a bug (weird that it didn’t got reported sooner). I released a new version (with a small additional fix for discount imports).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top