• Resolved val34

    (@val34)


    Hi,

    How I can add Checkbox for Acceptation of General terms and conditions during réservation ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hello,

    Thank you for reaching out to us.

    To add a link to Terms & Conditions, you can use “Checkbox” or “Radio” custom fields. In the custom field you need to add an anchor tag like this:

    <a href="https://wpamelia.com/terms-and-conditions/" target="_blank" rel="noopener">Terms & Conditions</a>
    So this text appears as a hyperlink that opens a new tab (target=”_blank”) and takes the customers to your Terms & Conditions without them leaving the booking form. So the custom field on the back-end would look like this:

    As you can see, we made this radio button a mandatory field, so no one can book an appointment without checking the “I agree” button.

    Thread Starter val34

    (@val34)

    Hi,

    Thanks for help. I found how to do.

    But HTML don’t work. It’s Text format in front.

    See Screenshot : https://ibb.co/r2qSHZT

    Valentin

    Plugin Author ameliabooking

    (@ameliabooking)

    Hello,

    This code:
    <a href="https://wpamelia.com/terms-and-conditions/" target="_blank" rel="noopener">Terms & Conditions</a>

    Needs to be the name of the label and the “I agree” needs to be an option.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Checkbox for General terms and conditions’ is closed to new replies.