Search Results for 'booking form'
-
Search Results
-
Hello.
WP 5.5
EO 3.10.0When a user selects a ticket from the pick list, the total number of tickets and total price is not updated.
The user has to submit the form twice to get the value updated.
Thanks in advance for your help.
best regards,
Jef
Hi Stephen,
I have been having problems with setting up booking forms.<br />
Each time I set the field order and save, it looks fine. Then I re-load the form, and the fields are all in a seemingly random order again.Topic: Booking never completes
Need Pro support for live site ASAP please – had no response to my contact form submission 24h ago.
Pro Version 3.0.14, EO Version 3.10.0, PHP 7.4, WP 5.4.2, JQ 1.12.4
Problem is Booking never completes – clock remains spinning. Chrome suggests problem might be occurance-picker with cannot read property, code undefined at i at object.firewith
First I tried to deactivate all plugins and reactivate but the Event Pro plugin broke my WordPress and I had to restore the db from backup to get back in.
- What to do with booking not completing?
- What is the process for updating Pro?
- I couldn’t upload a System Info File even though it was a MD file type – contact form still thinks its an invalid type.
Thanks
David
Topic: Booking Form Layout
Hi Stephen! Was wondering if there is some simple CSS that allows us to place the various form boxes to be side by side (like the first and last name one or the state and zip code ones) instead of all stacked. See screenshot here: https://drive.google.com/file/d/1xCjGNkgRLZ7Vm-yJ0gzEa2qi_ML1nz6n/view?usp=sharing This would shorten the height of the form overall which is what I’m hoping to accomplish. Here is the webpage for reference: https://www.yourwellnessconnection.com/event/community-wide-wellness-consortium-july/ Thanks for your help! – Zach
-
This topic was modified 5 years ago by
Zachary Cole.
-
This topic was modified 5 years ago by
Zachary Cole.
Topic: One ticket per booking
Hello Harris,
I have one problem. For the event I have only one possible ticket but when the form is shown, the quantity is set in form to 0. Many times the customer “send” empty registration and complain after several days that the booking failed.
I try to set in PHP the default value 1 but the value and also the limits are revrited by JS and set back to 0. It hurts me a lot.
Ïs there any simple way how to preset the quantity field to 1?Second, lower priority question is how to send email to bookie when the booking status is changed (like to Confirmed or to Canceled).
Thanks a lot Kamil
The example of form:
http://www.pghnizdo.cz/events/event/zakladni-kurz-paraglidingu/I’m trying to sign-up attendees who opt-in, to MailChimp. I’m using:
function afs_event_registration_callback($booking_id) { $submit_data = array(); $submit_data['email'] = eo_get_booking_meta($booking_id, 'bookee_email', $single = true); $submit_data['firstname'] = eo_get_booking_meta($booking_id, 'bookee_first_name', $single = true); $submit_data['lastname'] = eo_get_booking_meta($booking_id, 'bookee_last_name', $single = true); afs_mailchimp_post($submit_data, $list_id); } add_action('eventorganiser_new_booking', 'afs_event_registration_callback', 10, 1);
However the booking has an ‘incomplete’ status and the Ajax form still displays with no confirmation message. It looks like a 500 internal server error is happening as you can see in this image from dev tools.
If I comment out the hook, the booking is confirmed fine. Is this the right hook to use for what I am trying to do?
Many thanks
I have a recurring event where people RSVP how many people are in their party (the ‘tickets’ are free in this case). Once they’ve clicked ‘Book’ I’d like to take them to another page where some summary information can be shown (preferably launch a new window and show the info). Is this possible in Event Organiser Pro?