• Resolved willwebb2000

    (@willwebb2000)


    Hi hope you can help ??

    Quick overview of my setup:

    CF7 form named: Booking Form

    <p>Your Full Name<br/> [text* your-name]</p>
    
    <p>Your Email<br/> [email* your-email]
    
    <p>Arrival Date<br/> [date* start_date id:start_date date-format:dd-mm-yy first-day:1 min-date:3]</p>
    
    <p>Departure Date<br/> [date* end_date id:end_date date-format:dd-mm-yy first-day:1 min-date:3]</p>
    
    <p>Number of Adults<br/> [number* no_of_adults]</p>
    
    <p>Number of Children<br/> [number* no_of_children]</p>
    
    [submit class:button "Send Enquiry"]
    
    <p>The booking is only valid after confirmation by email from Ranawara.</p>

    Page name: Rates & Availability
    url: /rates-availability
    Content:

    [contact-form-7 id="412" title="Booking Form"]

    And here are the contents of the settings for the plugin:
    https://imgur.com/HbJsQOu

    Problem:

    The contact form is sending the email fine but the calendar isn’t populating – any ideas what might be the issue? I set the options for min 3 night stay, set the title page with booking form to the correct page where it is and also set the min-date:3 attribute to the CF7 two date checkers.

    Kind Regards,
    Will

    https://www.ads-software.com/plugins/jm-avail-booking/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter willwebb2000

    (@willwebb2000)

    When using inspection tool and submit the form, i get this:

    View post on imgur.com

    Plugin Contributor Jan Maat

    (@jan-maat)

    Hi Will,

    The error message “.datepicker is not a function” is an jQuery issue. There are a number of reasons but most often it is caused by jQuery loaded a second time either by a plugin or the template.
    Is it possible to send me a link to your pages or to send me the source code (in the browser) of the page?

    Regards,

    Jan

    Thread Starter willwebb2000

    (@willwebb2000)

    No problem Jan Maat, you’re correct, it will be the jquery being loaded prior. I will get it enqueued.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7 not populating bookings’ is closed to new replies.