Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    It’s possible at the any paid versions of the Booking Calendar.
    You can configure the booking form in such way at the Booking > Settings > Fields page.
    Please check here how to configure the booking form fields here.
    You can test it in action here.
    Kind regards.

    Thread Starter nikki007

    (@nikki007)

    sir can u please tell me in which file the calendar is called? because now my client needs to make the calendar to pop up only after clicking on a textbox without changing rest of the forms and functionalities. can u please help me to solve this issue?[i’m using the free version]

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    By default its not suport in the original versions of Booking Calendar.
    But you can make the customization in a way like this.
    You can have the booking form customizations, like this at the Booking > Settings > Fields page:

    ...YOUR FORM FIELDS CONFIGURATION....
    <div class="my_calendar_popup" style="display:none;">
    [calendar]
    </div>
    ...YOUR FORM FIELDS CONFIGURATION....

    So by default the calendar will be inside of the invisible DIV element.
    Now you can use JavaScript to open the content of that DIV in popup.
    Please read more about how todo it here
    or here, etc…

    Thread Starter nikki007

    (@nikki007)

    but i’m using free version sir.. i didn’t see any customization option in it.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello again.
    With the free version of the Booking Calendar you can define the calendar as invisible in one of your CSS styles, by setting this:
    `
    .bk_calendar_frame {
    display:none;
    }
    Then you will be need to use the solution from the links of previous reply according the showing of the content in the popup dialog.
    You will be need to show the content of the .bk_calendar_frame section.

    Thread Starter nikki007

    (@nikki007)

    thank u sir for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to put calendar below form’ is closed to new replies.