Okay
  Public Ticket #3591641
Privacy Policy and GDPR (General Data Protection Regulation)
Closed

Comments

  •  1
    Erich started the conversation

    Since the visitor provides sensitive data such as name, surname, email address, and phone number when filling out the appointment form, we should offer them the opportunity to review our data processing terms and ask for their acceptance.

    Without their prior acceptance, they will not be able to submit the request. This is required by law.

    The request could be formulated as follows: "I declare that I have read and accept the 'Terms of Service' and the 'Privacy Policy'", with a link to the website page and relevant information.

    Regarding the custom fields of the Amelia Plugin, I can insert the text and even the button, but I cannot include the link.

    QUESTION: 

    1. Is there another way to integrate this part into the Customer form? 

    2. Or is it possible to insert a link in one of the custom Amelia fields?

    "Thank you for a timely response."

  •  406
    Stefan replied

    Hello Erich,

    Thanks for reaching out to us.

    Perhaps, you can try this workaround 

    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">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:

    6933203237.png

    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.

    Let me know if it works.

    Kind Regards, 

    Stefan Petrov
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Erich replied

    Dear Stefan, 

    with your description I was able to set everything up perfectly. 

    Thank you

    Good job.

  •   Stefan replied privately