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

    (@wpdevelop)

    Hello.
    At the Booking Calendar Business Small and Business Medium, MultiUser versions are possible to make the bookings for the specific time slot.

    Please note, if you will use the fixed time slot list selection (and not the time entering using the text fields) in the booking form, the timeslot list will be the same for the any date of week, in other words the fixed time slot list is not depend from the week of day. Also if some visitor will reserve the specific time slot at selected date at specific booking resource (calendar), this timeslot become unavailable for the other visitors at this selected date in this booking resource.

    You can check how to configure (at the Booking > Settings > Fields page) the timeslot list or any other time shortcodes here.

    So if you will use the time slots configuration like this:

    [select rangetime  "10:00 - 12:00" "12:00 - 14:00" "14:00 - 16:00" "16:00 - 18:00" "18:00 - 20:00"]

    Its mean that this configuration will be available for the each day in your calendar. But if some one will reserve the specific time slot in specific date, this time slot become unavailable for the other visitors for that selected date.

    If you will need to have the different time slot configuration for the different calendars (rooms), so then you are need to check the Business Medium version, where is possible to configure the multiple booking forms at the Booking > Settings > Fields page and then insert the specific booking form for the specific booking resource into the post or page (you can read more how to insert and configure the booking shortcode into the post or page here )

    Kind regards.

    Thread Starter Redman45

    (@redman45)

    Dear Plugin Author ,

    I bought Booking Calendar Business Small . love it .
    I need abit more help ! its with regards to the customization of the forms.
    I have customized the form but i am unable to capture the data** into booking data** .
    can you please guide me ?

    Link to my site : http://www.dualify.com/appointments/

    The codes i type for each field is as shown below :

    /*Start of code*/
    [calendar]
    <div style=”text-align:left”>
    <p>NRIC (required):[text* nric]</p>
    <p>First Name (required): [text* name] </p>
    <p>Last Name (required): [text* secondname] </p>
    <p> Gender : [radio gender “Male” “Female”]</p>
    <p>Date of Birth (required): [text* dob placeholder “DD/MM/YYYY” ] </p>
    <p>Country (required): [country “SG”] </p>
    <p>City (required): [text* city placeholder “Singapore”] </p>
    <p>Address (required): [text* address] </p>
    <p>Postal code (required): [text* postcode] </p>
    <p>Mobile Phone: [text phone] </p>
    <p>House Phone: [text homephone] </p>
    <p>Email (required): [email* email] </p>
    <p>Race:
    [select* race include_blank “Chinese” “Malay” “Indian” “Others”]</p>

    <p>Payment Detail:
    [select* paydetail include_blank “Full Payment” “Deposit”]</p>
    <p>Payment Type:
    [select* paytype include_blank “ibanking” “Paypal”]</p>
    <p>Visitors: [select visitors “1” “2” “3” “4”] Children: [checkbox children “”]</p>
    <p>Additional Information: [textarea details] </p>

    <p> I have read and agree to Dualify <span style=”text-decoration: underline;”>Terms and Conditions</span>
    [checkbox tc “” ]</p>

    <p>[captcha]</p>
    <p>[submit “Send”]</p>
    </div>

    /*End of code*/

    Hope to receive a prompt reply . Thanks !

    Sincerely,
    Redman.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please read more about the booking form fields configuration here http://wpbookingcalendar.com/help/booking-form-fields/

    You are need to have the “booking form” configuration at the Booking > Settings > Fields page, like this (some usage of the code in your example is not supported in the actual version of the plugin, so please check this code):

    [calendar]
    <div style="text-align:left">
    <p>NRIC (required): [text* nric ""]</p>
    <p>First Name (required):[text* name ""]</p>
    <p>Last Name (required):[text* secondname ""] </p>
    <p> Gender : [select gender "Male" "Female"]</p>
    <p>Date of Birth (required): [text* dob "DD/MM/YYYY" ] </p>
    <p>Country (required): [country "SG"] </p>
    <p>City (required): [text* city "Singapore"] </p>
    <p>Address (required):[text* address] </p>
    <p>Postal code (required):[text* postcode ""] </p>
    <p>Mobile Phone:[text phone ""] </p>
    <p>House Phone:[text homephone ""] </p>
    <p>Email (required):[email* email] </p>
    <p>Race:[select race " " "Chinese" "Malay" "Indian" "Others"]</p>
    <p>Payment Detail: [select paydetail " " "Full Payment" "Deposit"]</p>
    <p>Payment Type:[select* paytype " " "ibanking" "Paypal"]</p>
    <p>Visitors:[select visitors "1" "2" "3" "4"] Children: [checkbox children ""]</p>
    <p>Additional Information:[textarea details] </p>
    
    <p> I have read and agree to Dualify <span style="text-decoration: underline;">Terms and Conditions</span>
    [checkbox tc "" ]</p>
    
    <p>[captcha]</p>
    <p>[submit "Send"]</p>
    </div>

    Also you are need to have the configuration of “content of booking fields” like this:

    <div style="text-align:left">
            <strong>NRIC</strong>: <span class="fieldvalue">[nric]</span>
            <strong>First Name</strong>: <span class="fieldvalue">[name]</span>
            <strong>Last Name</strong>: <span class="fieldvalue">[secondname]</span>
            <strong> Gender</strong>: <span class="fieldvalue">[gender]</span>
            <strong>Date of Birth</strong>: <span class="fieldvalue">[dob]</span>
            <strong>Country</strong>: <span class="fieldvalue">[country]</span>
            <strong>City</strong>: <span class="fieldvalue">[city]</span>
            <strong>Address</strong>: <span class="fieldvalue">[address]</span>
            <strong>Postal code</strong>: <span class="fieldvalue">[postcode]</span>
            <strong>Mobile Phone</strong>: <span class="fieldvalue">[phone]</span>
            <strong>House Phone</strong>: <span class="fieldvalue">[homephone]</span>
            <strong>Email</strong>: <span class="fieldvalue">[email]</span>
            <strong>Race</strong>: <span class="fieldvalue">[race]</span>
            <strong>Payment Detail</strong>: <span class="fieldvalue">[paydetail]</span>
            <strong>Payment Type</strong>: <span class="fieldvalue">[paytype]</span>
            <strong>Visitors</strong>: <span class="fieldvalue">[visitors]</span>
            <strong>Children</strong>: <span class="fieldvalue">[children]</span>
            <strong>Terms and Conditions</strong>: <span class="fieldvalue">[tc]</span>
            <strong>Additional Information</strong>: <span class="fieldvalue">[details]</span>
    </div>

    For showing the booked “dates” inside of the email templates you are need to use the [dates] shortcode in the email templates at the Booking > Settings > Emails page. In the Booking Listing page, the “dates” info is getting automatically for the specific booking.

    P.S. Please note, its not our primary support forum for the purchased products, please contact about any issues here

    Thread Starter Redman45

    (@redman45)

    Dear Plugin Author ,

    I have posted at the rightful site , but for this particular issue i have to post it here . because i can’t post images at our forum .
    Hope you understand where i am coming from. thanks !
    How do i upload images ? because i can’t explain to you without uploading the images .

    Sincerely,
    Redman.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    The Booking Calendar plugin is not support the uploading of the images into your site, because this functionality is exist in the WordPress functionality. You can upload and insert the image in to the post or page using the standard wordpress functionality. Then you can insert into the same post or page the booking shortcodes, please read more how to insert and configure the booking shortcode into the post or page here.

    P.S. If you are mean uploading and sending the images to the support, please send it to the support email: support @ wpbookingcalendar.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Questions’ is closed to new replies.