Search Results for 'booking form'

WordPress Event Management, Calendars & Registration Forums Search Search Results for 'booking form'

Viewing 15 results - 181 through 195 (of 932 total)
  • Author
    Search Results
  • #31315

    CYCOffice

    Hello,

    I have tried to add a Number to field to a booking form.
    I need to allow people to set the value to zero. (Its a field to indicate how many want to have lunch, so it is valid to be zero)

    When I test the form, I get an error “please fill in all required fields”.

    I have set the Minimum limit to 0 and max to 20, but I still get the error.

    Any advice how to set this up?

    Cheers
    Mark

    #31237

    Stephen Harris

    Hi Mike,

    Sorry I gave you wrong information. The setting is under Setting > Event Organiser > Booking

    #31207

    Topic: Recaptcha


    Bob Govers

    Is it possible to make a Recaptcha button in the booking form?

    #31165

    AK

    Would it be possible to somehow optionally input a comment/word for each date
    (when registering the event).
    …no need to use maps or the venues -taxonomy.

    So that a ticket -select list in a bookingform could look something like:

    august 4, Stockholm
    september 8, Gothenburg
    october 12, Malmo

    …or

    august 4
    september 8 – members only
    october 12, new added date

    #31096

    Stephen Harris

    Glad you’ve solved your problem. The price of tickets shouldn’t effect the visibility of the booking form.

    #31095

    Stephen Harris

    Hi,

    You could edit the checkbox template (templates/booking-form/eo-booking-form-checkbox.php – copy to your theme folder first) and replace

    <?php echo esc_html( $label ); ?>
    

    with

    <?php echo $label; ?>
    

    You should only really do that if you’re certain that any user who can edit the booking form can be trusted. It would allow them to put any HTML in the field. By default only users who can manage_options (i.e. administrators) can edit booking forms, so it should be ok.

    You could replace esc_html with wp_kses and the appropriate arguments to allow some HTML but not any valid HTML. See the codex for details.

    #31094

    DFH Service GmbH

    Hi there,

    I do not need the ‘Terms and Conditions’ box. I don’t want to copy the whole terms and conditions – site into that box and format the text again.
    So I wanted to use a checkbox like ‘Yes, I accept the terms & conditions’ and the whole text should be a link to the site on my homepage.
    But when i want to use this is shown as normal text and not converted into HTML.
    I want to do the same with the data protection.
    How can I do this?

    Thanks!

    #31090

    DFH Service GmbH

    Hi there,

    when I create an event and add tickets to this event everything works fine until I add a price to the event.
    Without prices the booking form is shown but when I add a price the booking form is gone.
    What is wrong?

    Thanks for your help!


    AK

    Hi,
    Under Event Organiser > Permissions I have “Edit Events, Publish Events, Delete Events, Manage bookings” checked for Author role.
    But when I´m logged in as Author “Download bookings” doesn´t work.
    I can select the ones I like to download + which fields to include but when I click “Download” nothing happens.
    When I have Debug set to true I see a notice right after I click the “Download” -button:
    Notice: Array to string conversion in /nas/content/live/distuppdatera/wp-includes/formatting.php on line 1045

    Download Booking is working fine when I´m logged in as Administrator.


    Kelton Turvey

    Is it possible to obtain event information when not the event content?

    For example – You can place the booking form for an event on another page using the shortcode: [event_booking_form event_id=4 ]

    (http://docs.wp-event-organiser.com/shortcodes/booking-form/)

    Is it possible to obtain the title / date / other information such as:
    %event_date% or %event_title% using a similar method?

    #31040

    Kelton Turvey

    We have been using the Event Organiser (free) for some time, and was working well. Newly purchased the Pro extension to allow for bookings and what not – it does not work as expected / As the demo version we tested.

    The booking form appears, but when you click book – it does not appear to do anything:

    1/ The web site loads and flashes but it goes back to the original page but with /#eo-bookings added to the URL

    2/ Nothing appears in the Events > Bookings section

    3/ For testing, we changed the “After a booking is made, redirect the user” to a random page on the site – However we do not even get re-directed to this page.

    Have tested in different browsers and devices – not change in luck.

    Link: http://www.merryck.com/uk/events/event/merryck-test-event-2/

    Thanks!

    #31007

    Rick Chant

    SOLVED!

    After disabling several useless plugins (previous dev), the new field options appeared on the right side of the Booking Form editor page.

    I suspect the culprit was a conflict with ‘Advanced Custom Fields Pro’ plugin OR the awful ‘Squirrly SEO 2018 (Briefcase)’ plugin. Both were added by the previous dev or site owner.

    Hope that helps anyone else with the same issue. Cheers!


    Rick Chant

    Hi,

    I can not add additional fields to the Booking Form. The Booking Form editor page doesn’t show anything on the right side, as shown in the documentation http://docs.wp-event-organiser.com/quick-start/customising-the-booking-for/

    My wp admin screenshot: http://prntscr.com/jxvdmd

    Does anyone know what could be causing this? Thank you.

    Rick

    #30954

    Joe Fairlamb

    hi all, I am also looking to implement this PDF attachment to the booking confirmation, however Id like to complicate it even more by using a conditional to decide whether to add one or both of two different PDF’s.

    In my situation the client is asked two yes/no questions via radio buttons in the booking form. If they answer yes to either of them I would like to attach a pdf. If they answer yes to both I would like to attach two pdfs.

    Is this possible, and if so can someone give me a snippet to do it? Much appreciated!

Viewing 15 results - 181 through 195 (of 932 total)