• Resolved forever4life

    (@forever4life)


    I found this free-version as very nice to my needs on website, but I was wondering if there is option how to add custom field as date picker for birthdate. It would be great to have this option ??
    Thank You

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author WebbaPlugins

    (@webba-agency)

    Hi,

    I’ll be happy to help you.

    In Webba Booking you can easily create custom forms using integration with the Contact Form 7 plugin.

    1. Install Contact Form 7 plugin (if not installed yet)
    2. Create a new form and add the following fields (date of birth field already included):
    <p><label for="wbk-name">Your First Name (required)</label>[text* wbk-name class:wbk-text id:wbk-name]</p>
    <p><label for="wbk-email">Your Email (required)</label>[text* wbk-email class:wbk-text id:wbk-email]</p>
    <p><label for="wbk-phone">Your phone</label>[text* wbk-phone class:wbk-text id:wbk-phone]</p>
    <p><label for="date_of_birth">Date of birth</label>[date* date_of_birth class:wbk-text id:date_of_birth] </p>
    <p><label for="wbk-comment">Your comment</label>[textarea wbk-comment class:wbk-textarea id:wbk-comment]</p>

    3. Open the service settings and set a newly create form in the option <span style=”text-decoration: underline;”>Booking form</span>.

    If you have any questions, feel free to contact us.

    Thread Starter forever4life

    (@forever4life)

    Thank You a lot.

    Yes, I have some more issues. I added two different forms for two different services, but now I have problem since on the Thank You page (after booking is done) instead of customer name remains just a text of placeholder “Dear #customer_name…”. The same placeholder for service showing …. for #service_name”.

    The same placeholders working properly on both emails to the admin and to the customer.

    Also, I would like to know if there is option to send different emails for different services – for instance, I have business opportunity where I’d like to send to the customer a information about how to connect for the appointment and another service where I need to inform the client about what they need to do prior arrival, what to bring etc..

    Thank You a lot on Your service and support ??

    Plugin Author WebbaPlugins

    (@webba-agency)

    You are welcome!

    1. Please, clarify – did you enable multiple booking in one session? Option Multiple booking in one session on the User interface section.
    2. Yes, you can create different message templates on the Email templates page and set them in the service setting ‘On booking’ notification template (Services page – edit service – Email notifications tab)

    Thread Starter forever4life

    (@forever4life)

    Yes, I enabled option of multiple booking, since I need it for one of mine services, but not for all.

    Plugin Author WebbaPlugins

    (@webba-agency)

    Multiple booking is global option so it can be applied only for all service.

    Regarding issue with placeholders, if multiple booking is enabled it is important to use loop placeholder. Please, see example below:

    You have successfully booked #service_name on
    [appointment_loop_start]
    #appointment_day #appointment_time
    [appointment_loop_end]

    Placeholders between appointment_loop_start and appointment_loop_end are repeated for each booking.

    You are welcome with any questions.

    Thread Starter forever4life

    (@forever4life)

    I found that info on Forum before I started a new topic here and added those loop placeholders, but still on Thank You page I haven’t processed placehold #customer_name and #service_name.

    Plugin Author WebbaPlugins

    (@webba-agency)

    Could you please do the following:

    1. open ‘Thank you message’ editor
    2. switch it to the text mode.
    3. do a screenshot of the message and send it to [email protected]

    For a better follow-up, kindly drop a line here after sending email.

    Thread Starter forever4life

    (@forever4life)

    I checked it again and realized all You wrote so now is working.

    And one more question. I found out Your info about E-mail templates in order to make it for sending to the customers, but is there any possibility to make templates for sending emails to admin depends on the booked service?

    Thank You once again

    Plugin Author WebbaPlugins

    (@webba-agency)

    Unfortunately, in the current version it is not possible to create different notifications for admin. We plan to add this in the future.

    Thread Starter forever4life

    (@forever4life)

    I found out a solution how to handle both services in the email to admin.

    But, is there possibility as well to show date within the email from birthdate somehow in different format than yyyy-mm-dd. On the form is shown ok as dd.mm.yyyy. which is acceptable format for my region, but not the same within the email.
    Actually, you were so helpful to me today, so I was able to finish 95% of what I wanted on my webiste and thanks a lot for that.

    Plugin Author WebbaPlugins

    (@webba-agency)

    Date format can’t be changed, unfortunately. Possible solution is use custom JavaScript code to initialize custom date picker, but this will require dev skills. If you are interested to get more details on this, kindly let me know.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Custom field – birthdate (date picker)’ is closed to new replies.