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.
-
AuthorPosts
-
Sat 11 Nov 2017 at 06:02 #56936AnonymousInactive
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?
Sat 11 Nov 2017 at 11:41 #56937FrankyKeymasterIf 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.Sat 11 Nov 2017 at 13:25 #56939AnonymousInactivethanks 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?
Sat 11 Nov 2017 at 13:44 #56940FrankyKeymasterA bit weird … but i did just change some stuff concerning the forms and messages and such. Maybe you could try the dev version?
Sat 11 Nov 2017 at 19:20 #56941AnonymousInactivehow do i get the dev version? and is it easy to switch back and forth that and the prod version?
Sat 11 Nov 2017 at 21:08 #56942AnonymousInactiveNM, 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….
Sat 11 Nov 2017 at 23:37 #56943FrankyKeymasterIt is ignored for multibookings, that’s what the templates are for …
Sun 12 Nov 2017 at 00:46 #56946AnonymousInactivecouple 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…Sun 12 Nov 2017 at 02:06 #56948FrankyKeymasterBoth 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).
Sun 12 Nov 2017 at 05:57 #56949AnonymousInactiveRegarding 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?
Sun 12 Nov 2017 at 13:39 #56951FrankyKeymasterThe changes are in the dev-version.
Edit: the changes are in the just-released 2.0.5
Sun 12 Nov 2017 at 22:48 #56955AnonymousInactiveFrank, 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=’#’ >
Mon 13 Nov 2017 at 00:00 #56956FrankyKeymasterCheck your CSS. The eme.css got updated too. If you have the issue on a public page: show that too.
Mon 13 Nov 2017 at 00:10 #56957FrankyKeymasterBtw, 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?Mon 13 Nov 2017 at 02:35 #56959AnonymousInactivei 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!
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.