• Resolved trisonic

    (@trisonic)


    Hi

    I have installed CF7 and I have created a custom fields in the booking form.

    How can I add that fields in email notifications?

    I can’t find the right placeholder for that…

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Webba Appointment Booking

    (@webba-agency)

    Hi,

    Please post the code of your form here, so I will create an example of placeholders for your case.

    Thread Starter trisonic

    (@trisonic)

    <label for="wbk-name">Nome e Destinazione</label>[text* wbk-name class:wbk-text id:wbk-name]
    
    <label for="wbk-note">Note</label>[textarea wbk-note class:wbk-textarea id:wbk-note]

    This is my booking form, i want to put in the email template the id:wbk-note too.

    Is there any limitations about the number of services in the lite version?

    Regards

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    The placeholder will be #field_wbk-note ( #field_ prefix + id of the field)

    As an alternative solution you can use default comment field without custom textarea:

    
    <label for="wbk-comment">Your comment</label>[textarea wbk-comment class:wbk-textarea id:wbk-comment]
    Thread Starter trisonic

    (@trisonic)

    In your example the placeholder is: #field_ prefixwbk-comment ?

    regards

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    No, wbk-comment is not a custom field, but the standart comment field of the appointment. So the placeholder for our example is #customer_comment

    Thread Starter trisonic

    (@trisonic)

    Ok, thanks.
    It works!

    Is there any limitations about the number of the service that i can use in the lite version?

    regards

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Perfect! No, there is no any limitations about the number of services, appointments or categories.

    Thread Starter trisonic

    (@trisonic)

    Ok. I will check by myself about that.

    Is there any possibility to allow user to delete a booked slot?

    Plugin Author Webba Appointment Booking

    (@webba-agency)

    Only in the premium version.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘CF7 and email placeholder’ is closed to new replies.