Privacy Policy La Camillette

Effective Date: November 1, 2024

Welcome to the privacy policy of La Camillette. Your privacy is important to us, and we are committed to protecting your personal data. This policy explains how we collect, use, and store your information when you visit our website, https://lacamillette.nl.

1. Information that may be collected

If you fill out the reservation form on this website, we collect the following data:

  • First and Last Name
  • Email Address
  • Mobile Phone Number
  • Additional information regarding your reservation

If you use the form on the Contact page or subscribe to our newsletter, we collect the following data:

  • First and Last Name
  • Email Address

Finally, if you send us a question via the ‘WhatsApp widget’, we collect the following data:

  • WhatsApp Username
  • Mobile Phone Number

2. How we use your information

We use your personal data for the following purposes:

  • Booking Management: To manage bookings for the rental of our holiday home.
  • Marketing Communication: To send newsletters and promotional offers, with your consent.

3. Data Sharing

We do not share your personal data with third parties.

4. Data Retention

We retain your personal data in accordance with the maximum periods permitted by applicable law, including the European GDPR regulation and the CAN-SPAM Act.

5. Your Rights

You have the right to access, modify, or delete your personal data. You can exercise these rights by contacting us directly or by clicking the link at the bottom of each email you receive from us.

6. Cookies

Our website uses cookies to collect statistical information about site usage and to improve your visitor experience. You can manage your cookie settings in our Privacy Control Center by clicking on the cookie icon at the bottom of each page.

7. Data Security

Your personal data is stored on servers in Europe and is protected by strict security measures in accordance with GDPR regulations.

8. Contact Information

For questions regarding privacy, you can contact us at the following email address: moc.l1735234320iamg@1735234320ln.et1735234320telli1735234320macal1735234320

9. Children’s Privacy

Our website is not intended for use by children under the age of 16. We do not knowingly collect personal data from children.

10. Privacy Policy Updates

We may update this privacy policy from time to time. All changes will be posted on this page, and we recommend that you review it regularly.

La Camillette

La Camillette

Cropped Newlogo Mobile Lacam2
Blijf op de hoogte van het laatste nieuws

Schrijf u in voor onze nieuwsbrief

<link href="https://send.mailer.gdn/core/css/embedded.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<style>
    .subscribe-embedded-form {
        color: #333;
        padding: 10px;
        max-width: 400px;
        margin: auto;
        background: transparent;
    }

    .subscribe-embedded-form label {
        color: #555;
        display: block;
        position: absolute;
        pointer-events: none;
        transition: 0.2s;
    }

    .form-group {
        position: relative;
        margin-bottom: 20px; /* Ensure this margin creates space between fields */
    }

    .form-control {
        width: 100%;
        padding: 10px; /* Ensure input fields have matching padding */
        box-sizing: border-box;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 14px;
    }

    .form-control::placeholder {
        color: #3A2D30;
        font-size: 14px;
    }

    .form-button {
        text-align: center;
        margin-top: 20px;
    }

    .form-button .btn {
        background-color: #05A63B;
        font-size: 20px;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .form-button .btn:hover {
        background-color: #3A2D30;
    }

    .form-control:focus + label,
    .form-control:not(:placeholder-shown) + label {
        top: -15px;
        left: 10px;
        font-size: 12px;
        color: #333;
    }

    .form-group .error-message {
        color: white;
        display: none; 
        font-weight: bold; /* Make the text bold */
        background-color: #FA4462; /* Set the background color */
        padding: 10px; /* Ensure padding is applied for appearance */
        border-radius: 5px; /* Add rounded corners */
        margin-top: 18px; /* Space above the error message */
    }
</style>

<div class="subscribe-embedded-form">
    <form id="contact-form" action="https://send.mailer.gdn/lists/67167f4f070b7/embedded-form-subscribe-captcha" method="POST" novalidate>
        <div class="form-group control-text">
            <input id="EMAIL" placeholder="E-mail * " value="" type="text" name="EMAIL" class="form-control required email:rfc,filter" required>
            <label><span class="text-danger"></span></label>
            <span class="error-message" id="email-error">Invalid email address.</span>
        </div>
        <div class="form-group control-text">
            <input id="FIRST_NAME" placeholder="Voornaam * " value="" type="text" name="FIRST_NAME" class="form-control" required>
            <label></label>
            <span class="error-message" id="first-name-error">Invalid first name.</span>
        </div>
        <div class="form-group control-text">
            <input id="LAST_NAME" placeholder="Achternaam * " value="" type="text" name="LAST_NAME" class="form-control" required>
            <label></label>
            <span class="error-message" id="last-name-error">Invalid last name.</span>
        </div>
        <div class="form-button">
            <button type="submit" class="btn btn-primary">VERSTUUR</button>
        </div>
    </form>
</div>

<script src="https://send.mailer.gdn/core/js/jquery-3.6.4.min.js"></script>
<script>
jQuery(document).ready(function($) {
    $("#contact-form").on("submit", function(event) {
        event.preventDefault(); // Prevent default form submission

        var email = $("#EMAIL").val();
        
        // Validate email using Reoon API in QUICK mode
        $.ajax({
            url: "https://emailverifier.reoon.com/api/v1/verify",
            type: "GET",
            dataType: "json",
            data: {
                email: email,
                key: "VPmqJzH0kiuY0uwglZODELRVa29QapRS", // Your Reoon API key
                mode: "quick"
            },
            success: function(response) {
                // Check the response status
                if (response && response.status === "valid") {
                    // If valid, submit the form data to Acelle Mail
                    $("#contact-form").off("submit").submit(); // Remove handler and submit
                } else {
                    $("#email-error").show(); // Show error message if email is invalid
                }
            },
            error: function(jqXHR, textStatus, errorThrown) {
                console.error("Error during email verification:", textStatus, errorThrown);
                $("#email-error").show(); // Show error on AJAX request failure
            }
        });
    });
});
</script>