Search Results for 'booking form'
-
Search Results
-
Hello all,
I got an annoying problem – it’s impossible to type numbers in the price field of tickets (eo-ticket-input-price class) using the shift key : so, without a numeric keypad, you could only issue free tickets … I’m joking.
I suppose there is a little bit of js code somewhere preventing the input (maybe in booking-form.js ?…)I don’t know, but it would be great to have a solution, for some people (laptop people for exemple) would certainly find it a hindrance.
Thx!Hi Stephen
I have a charity client who offers free events. A bookee completes the booking form and the admin receives an email notifying them. They then manually confirm the booking and the bookee receives a confirmation email.
This was working but now bookees are not receiving emails.
I don’t think this is a mail server issue as we’re using WP Mail SMTP and test emails and other site emails work OK. Admins receive confirmations fine.
I’m using a couple of filters to modify emails:
eventorganiser_booking_notification_email -> (sends to two admin email addresses)
eventorganiser_pre_gateway_booking -> (prevents auto confirmation email)
Has there been a change to this behaviour in recent versions? I’m stumped as to why this has stopped working. Unfortunately as admins have been receiving their emails we’re not sure how long this has been happening for, so can’t pin it down to an update.
WPEO is the latest version.
Hi
Can I add an input type file in booking form ?
The aim is to save 3 files and add them in attached files to the administrator email.If plugin can’t do it, which hook I better use to develop it ?
Topic: break link on documentation
On this page http://docs.wp-event-organiser.com/bookings/selling-your-first-ticket/
There is a break link in § “Step 3: (Optional) Creating custom booking fields”
=> “booking form customiser” : http://docs.wp-event-organiser.com/bookings/selling-your-first-ticket/Custom_Booking_FormsSorry if this has been asked before. I am wondering if certain events can NOT have a booking form when using this extension. Not all events might require registration, so I would want to show NO booking information on these events. Possible?
Topic: Custom Event Page PHP?
Hi Stephen,
It looks like the Event page (that contains the Booking form) uses the standard WP “post” php file. We would like to not have certain blocks on the Event page, and wondered if it was possible to have the Event page use a different php file, specifically, one that didn’t have:
- The Date & Comments section right under the Event title, and
- The Posting Date block & Comments comment at the bottom of the page,
under the Pay button.
Thanks for your help,
Dave