Events Made Easy Forums How do I … hiding #_SPACES field

  • This topic has 14 replies, 2 voices, and was last updated 7 years ago by Anonymous.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #56936
    Anonymous
    Inactive

    I have an event that is attendance only.
    What i want is, if user register, they are implicitly will join, i don’t need to have a dropdown to ask them “Yes” or “No”. However if remove the #_SPACES field, the form won’t show up.
    Any way to workaround that?

    Similarly, i am creating a multi booking form page, in that case, having the #_SPACES field make sense, the corner case, if user select 0 events (or No to all the dropdown), the form will be submitted, without any error?

    #56937
    Franky
    Keymaster

    If you require attendance and set the minimum seats to book at “1” in th rsvp settings, the yes/no will not show.
    This also goes for multibookings, but of course there you probably don’t want attendance everywhere. So there the min. should be 0 and you need to do some evaluation yourself using a hook. See http://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/ , the example “An example for multibooking, to check that at least 1 seat is booked in total” is there exactly for you.

    #56939
    Anonymous
    Inactive

    thanks i will look into the hook documentation shortly.

    I ran into another issue…
    when i submit the multi-event form, it does not honor the
    “Show RSVP form again after booking?” = No settings, it display the form again and whatever
    “Booking recorded message” i filled in, did not get displayed.

    the single event form submission work perfectly with those settings, but not the multi event submission, any pointer?

    #56940
    Franky
    Keymaster

    A bit weird … but i did just change some stuff concerning the forms and messages and such. Maybe you could try the dev version?

    #56941
    Anonymous
    Inactive

    how do i get the dev version? and is it easy to switch back and forth that and the prod version?

    #56942
    Anonymous
    Inactive

    NM, it is user error again…
    among my multi events, one of the event has customized booking recorded form, and that mess up the whole multi event submission.

    perhaps little enhancement in future that, if multi event submission, individual booking recorded format should be ignored….

    #56943
    Franky
    Keymaster

    It is ignored for multibookings, that’s what the templates are for …

    #56946
    Anonymous
    Inactive

    couple other issues (hopefully last)…

    After multi-event booking submitted and paid through paypal, the return page landed on
    /events/ and whatever specified in
    “Payment RSVP succes return page format” is not taking effect.
    Single event booking however, works perfectly fine. WHy is not working for multi-event booking?

    I also setup email template once payment is received from a multi event booking submission, using
    conditional tag like #_MULTIBOOKING_SEATS etc.
    However, I received multiple email, one for event and every email is treat like single event, the
    #_MULTIBOOKING_DETAILS_TEMPLATE logic never got kicked in, because it is all render as single event. Anything i missed ?
    The payment is through paypal sandbox, not sure it matter, it shouldn’t…

    #56948
    Franky
    Keymaster

    Both currently work/act as coded, so yes: it is normal (for now). The mailing can’t be solved, but I’ll take a look at the payment thing (it couldn’t be done before, but the code has evolved and it should be reasonably easy to change the custom payment info for multibookings now).

    #56949
    Anonymous
    Inactive

    Regarding the muti-event return page problem, for me it is very annoying that I cannot even say Thank you after payment from paypal.

    Is it possible to construct paypal (through EME) to return to just a static thank you page?

    #56951
    Franky
    Keymaster

    The changes are in the dev-version.

    Edit: the changes are in the just-released 2.0.5

    #56955
    Anonymous
    Inactive

    Frank, i just updated to the latest 2.0.5 but there seems to be a major issue.
    I now see there are 2 special yellow bar show up on all regitration form, and after pressing the submit button, the payment button is not showing up anymore. Looks like some of the DOM elmement placement got messed up.

    See the output below, the div is outside the div_eme-payment-form ?
    This broke the flow, is there a quick fix or how do i roll back to previous version?

    <div id=’eme-rsvp-addmessage-ok’ class=’eme-rsvp-message eme-rsvp-message-success’></div><div id=’eme-rsvp-addmessage-error’ class=’eme-rsvp-message eme-rsvp-message-error’></div><div id=’div_eme-payment-form’ class=’eme-payment-form’></div><div id=’div_eme-rsvp-form’><form id=’eme-rsvp-form’ name=’booking-form’ method=’post’ action=’#’ >

    #56956
    Franky
    Keymaster

    Check your CSS. The eme.css got updated too. If you have the issue on a public page: show that too.

    #56957
    Franky
    Keymaster

    Btw, I tested on my site: no issues.
    If you see the 2 yellow bars, it means there’s a javascript error on your page preventing things from working. Can you check your browser console?

    #56959
    Anonymous
    Inactive

    i see the problem now, the eme.css got updated, but the browser cache the css, so it got messed up. I did a “shift reload”, and things are working again!

    thanks Frank, good stuff!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top