gocar.be Open in urlscan Pro
2a02:26f0:480:23::1726:6282  Public Scan

Submitted URL: https://url1185.mailing.gocar.be/ls/click?upn=xNDv9KnRy52ttEoNHxz3gnB5r6ckXdvYgPUcrOT72mHBgs6YMgMQcagR890rHDEqOA9qWQOXTaA6YaJnKOV...
Effective URL: https://gocar.be/nl/autos/skoda/kamiq/tsi-ambition-110/id/4184984?utm_source=newsletter&utm_medium=email&utm_camp...
Submission: On January 07 via api from BE — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="contact-form-alpine" id="contact-form" x-data="contactForm()" @submit.prevent="submitForm">
  <div class="controls row  justify-content-end" x-transition="" x-transition.duration.100ms="" x-show="formSuccessfullySubmitted == false" x-on:click="showPhoneInput = true">
    <div class="col-12">
      <label class="form-label d-block" for="civility"></label>
      <div class="d-flex justify-content-start">
        <label class="radio-label pl-2 pr-3" for="civility-f">
          <input type="radio" name="civility" id="civility-f" value="F" class="radio" x-model="formData.civility">
          <span>Mevrouw</span>
        </label>
        <label class="radio-label pl-2 pr-3" for="civility-m">
          <input type="radio" name="civility" id="civility-m" value="M" class="radio" x-model="formData.civility">
          <span>Mijnheer</span>
        </label>
      </div>
      <div x-show="formErrors.civility" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.civility"></span>
      </div>
    </div>
    <div class="col-md-6 col-12 mb-2 mb-md-0 mt-2">
      <label class="form-label" for="last_name">Naam*:</label>
      <input class="form-control text-md" type="text" name="last_name" required="" x-model="formData.last_name">
      <div x-show="formErrors.last_name" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.last_name"></span>
      </div>
    </div>
    <div class="col-md-6 col-12 mb-2 mb-md-0 mt-2">
      <label class="form-label" for="first_name">Voornaam:</label>
      <input class="form-control text-md" type="text" name="first_name" x-model="formData.first_name">
      <div x-show="formErrors.first_name" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.first_name"></span>
      </div>
    </div>
    <div class="col-12 mb-3 mt-2">
      <label class="form-label" for="email">E-mail*:</label>
      <input class="form-control text-md" type="email" name="email" required="" x-model="formData.email">
      <div x-show="formErrors.email" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.email"></span>
      </div>
    </div>
    <div class="col-12">
      <label class="form-label" for="message">Uw bericht*:</label>
      <textarea class="form-control text-md" rows="6" name="message" x-model="formData.message" required="">
    </textarea>
      <div x-show="formErrors.message" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.message"></span>
      </div>
    </div>
    <div x-show="showPhoneInput" x-transition="" class="col-12 mb-3 mt-2" style="display: none;">
      <div class="">
        <label class="form-label" for="phone">Telefoon:</label>
        <input class="form-control text-md" type="tel" name="phone" placeholder="+32..." x-model="formData.phone">
        <div x-show="formErrors.phone" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
          <span class="text-danger" x-text="formErrors.phone"></span>
        </div>
      </div>
    </div>
    <div class="col-12 mt-2 text-xs d-flex align-items-center">
      <input type="checkbox" id="term_conditions_accepted" name="term_conditions_accepted" value="1" class="mr-2" x-model="formData.term_conditions_accepted">
      <label for="term_conditions_accepted" class="mb-0"> Ik accepteer de <a target="_blank" href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Algemene voorwaarden en het Gocar.be Privacybeleid</a>
      </label>
      <div x-show="formErrors.term_conditions_accepted" x-transition="" style="position: absolute; bottom: -25px; left: 20px; display: none;">
        <span class="text-danger" x-text="formErrors.term_conditions_accepted"></span>
      </div>
    </div>
    <div class="col-12 text-danger" x-show="formHasErrors" x-transition="" style="bottom: -30px; left: 4px; display: none;">Het formulier bevat een fout</div>
    <div class="col-12 col-md-6 mt-3 text-right">
      <button class="btn btn-secondary rounded-lg w-100">
        <img src="/img/svg/icons/paperplane-white.svg" alt="Phone icon" style="width: 15px; height: 15px; margin-right: 10px"> Stuur naar <br>Cardoen </button>
    </div>
  </div>
  <div x-show="formSuccessfullySubmitted" x-transition="" x-transition.duration.500ms="" class="text-center" style="display: none;">
    <div class="success-checkmark">
      <div class="check-icon">
        <span class="icon-line line-tip"></span>
        <span class="icon-line line-long"></span>
        <div class="icon-circle"></div>
        <div class="icon-fix"></div>
      </div>
    </div>
    <span class="text-success bg-light px-3 border-radius"> Bericht perfect verzonden! </span>
  </div>
</form>

<form class="newsletter-form" novalidate="">
  <input name="language" value="nl" type="hidden">
  <input name="tags" value="[&quot;NEWSLETTER&quot;,&quot;PARTNERS&quot;]" type="hidden">
  <div class="input-group mb-3">
    <div class="form-group w-100">
      <div class="input-group d-flex justify-content-center">
        <input type="email" name="email" placeholder="E-mail" aria-label="E-mail" style="border-bottom-right-radius: 0; border-top-right-radius: 0" class="email_newsletter form-control bg-transparent border-dark border-right-0" required="">
        <div class="input-group-append">
          <button type="submit" aria-label="submit newsletter privacy" class="btn newsletter btn-outline-dark border-left-0" style="border-bottom-left-radius: 0; border-top-left-radius: 0; min-height: 45px">
            <img class="img-lazy" src="https://gocar.be/img/gocar/lazy.svg?v1" data-src="/img/svg/icons/paperplane.svg" alt="Paper plane icon" style="width: 40px; height: 20px">
          </button>
        </div>
        <div class="invalid-feedback"> Vul een geldig e-mailadres in. </div>
        <div class="submitted text-success" style="display: none"> Gelieve uw inschrijving te bevestigen via e-mail (Vergeet uw spam niet te controleren). </div>
        <div class="updated text-success" style="display: none"> Uw inschrijving werd goed geregistreerd. </div>
      </div>
    </div>
    <div class="form-group collapse">
      <div class="custom-control custom-checkbox">
        <input type="checkbox" name="footer_newsletter_privacy" id="footer_newsletter_privacy" class="custom-control-input" required="">
        <label for="footer_newsletter_privacy" class="custom-control-label">
          <small>Door het ingeven van mijn e-mailadres bevestig ik nieuwsletters te willen ontvangen van Gocar.be en haar partners. Hierbij geef ik ook de toestemming voor de verwerking van mijn gegevens in overeenstemming met het
            <a href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Privacybeleid van Gocar.be</a>.</small>
        </label>
      </div>
    </div>
  </div>
</form>

https://gocar.be/nl/autonieuws/zoek/

<form action="https://gocar.be/nl/autonieuws/zoek/" id="searchcollapsed" class="form-inline my-1 searchNews">
  <div class="input-label-absolute input-label-absolute-left input-reset w-100">
    <label for="searchcollapsed_search" class="label-absolute">
      <img src="/img/svg/icons/search-blue.svg" alt="search icon" style="width: 17px; height: 17px;">
      <span class="sr-only">Zoek hier een artikel</span>
    </label>
    <input id="searchcollapsed_search" name="search" placeholder="Zoek hier een artikel" aria-label="Search" class="search form-control form-control-sm border-0 shadow-0 bg-gray-200">
    <button type="reset" class="btn btn-reset btn-sm">
      <img src="/img/svg/icons/cross-gray.svg" alt="Close icon" style="width: 17px; height: 17px;">
    </button>
  </div>
</form>

<form id="modal-login-form" class="login-form text-center w-100" novalidate="">
  <div class="form-group">
    <input type="email" name="email" class="form-control" placeholder="E-mail" required="">
    <div class="invalid-feedback"> Veuillez entrer votre adresse mail </div>
  </div>
  <div class="form-group">
    <div class="input-group mb-3">
      <input type="password" name="password" class="form-control" placeholder="Wachtwoord" required="">
      <div class="input-group-append">
        <span class="input-group-text show-hide-password" id="basic-addon2">
          <a href="">
                         <svg class="" style="width: 30px; height: 20px; fill: #4887c9" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                             <path d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"></path> 
                         </svg>
                     </a>
        </span>
      </div>
    </div>
    <div class="invalid-feedback"> Veuillez entrer votre mot de passe </div>
  </div>
  <p class="error-login text-danger p-0" style="display: none"> Uw gegevens zijn niet juist </p>
  <div class="form-group text-center mb-0">
    <div class="d-flex flex-wrap justify-content-center justify-content-md-between">
      <button type="submit" class="btn btn-secondary btn-login rounded-lg">Inloggen</button>
      <button rel="nofollow noopener"
        onclick="window.location.href='https://gocar.be/nl/je-wachtwoord-vergeten?lastAction=https://gocar.be/nl/autos/skoda/kamiq/tsi-ambition-110/id/4184984?utm_campaign=go_daily_nl_20240106&amp;utm_medium=email&amp;utm_source=newsletter';"
        class="btn btn-link text-primary text-sm font-weight-light p-2" style="letter-spacing: normal; text-transform:initial;"> Wachtwoord vergeten ? </button>
    </div>
    <p class="text-center mt-0 mt-md-2 mb-2 text-muted">of</p>
    <div class="row justify-content-center">
      <div class="col-12 col-md-8">
        <script>
          // Bots are not allowed to use Google One Tap
          if (!window.gocar.isBot()) {
            // load JS
            var gsiclientscript = document.createElement('script');
            gsiclientscript.src = 'https://accounts.google.com/gsi/client';
            document.head.appendChild(gsiclientscript);
            if (document.getElementById("signInWithGoogleButton") !== undefined || document.getElementById("signInWithGoogleButton") !== null) {
              function handleCredentialResponse(response) {
                const requestOptions = {
                  method: 'POST',
                  headers: {
                    'Content-Type': 'application/json',
                    'Accept': 'application/json',
                    'X-CSRF-TOKEN': ""
                  },
                  body: JSON.stringify({
                    response,
                    redirectTo: "https://gocar.be/nl/autos/skoda/kamiq/tsi-ambition-110/id/4184984"
                  }),
                };
                fetch('/api/login/google/callback', requestOptions).then(response => response.json()).then(function(data) {
                  if (data.code === 200) {
                    window.location.href = data.redirectTo
                  }
                });
              }
              window.onload = function() {
                google.accounts.id.initialize({
                  client_id: "857105727168-f0qpfm7hpj0qf2cpkbfj39ueoeft5f3o.apps.googleusercontent.com",
                  callback: handleCredentialResponse,
                  auto_select: true,
                  itp_support: true,
                  cancel_on_tap_outside: false
                });
                google.accounts.id.renderButton(document.getElementById("signInWithGoogleButton"), {
                    theme: "outline",
                    size: "large",
                    shape: "pill",
                    locale: currentLanguage
                  } // customization attributes
                );
                if (window.gocar.getCookie('token') === "" && window.stocklist !== 1) {
                  var googleprompttriggered = false;

                  function handleScroll() {
                    if (window.innerHeight < (window.scrollY / 2) && !googleprompttriggered) {
                      google.accounts.id.prompt(function(notification) {
                        console.log(notification);
                        window.removeEventListener('scroll', handleScroll); // remove the event listener
                      }); // also display the One Tap dialog
                      googleprompttriggered = true;
                    }
                  }
                  window.addEventListener('scroll', handleScroll);
                }
                /*if (window.gocar.getCookie('token') === "" && window.stocklist !== 1) {
                    google.accounts.id.prompt((notification) =>{
                        console.log(notification);
                    }); // also display the One Tap dialog
                }*/
              }
            }
          }
        </script>
        <div id="signInWithGoogleButton" class="mb-2">
          <div class="S9gUrf-YoZ4jf" style="position: relative;">
            <div>
              <div tabindex="0" role="button" aria-labelledby="button-label" class="nsm7Bb-HzV7m-LgbsSe  hJDwNd-SxQuSe i5vt6e-Ia7Qfc JGcpL-RbRzK">
                <div class="nsm7Bb-HzV7m-LgbsSe-MJoBVe"></div>
                <div class="nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb ">
                  <div class="nsm7Bb-HzV7m-LgbsSe-Bz112c"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="LgbsSe-Bz112c">
                      <g>
                        <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
                        <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
                        <path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
                        <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
                        <path fill="none" d="M0 0h48v48H0z"></path>
                      </g>
                    </svg></div><span class="nsm7Bb-HzV7m-LgbsSe-BPrWId">Über Google anmelden</span><span class="L6cTce" id="button-label">Über Google anmelden</span>
                </div>
              </div>
            </div><iframe
              src="https://accounts.google.com/gsi/button?theme=outline&amp;size=large&amp;shape=pill&amp;client_id=857105727168-f0qpfm7hpj0qf2cpkbfj39ueoeft5f3o.apps.googleusercontent.com&amp;iframe_id=gsi_449817_372826&amp;as=oVoGx8BPwfL9mA0a5D1k%2Fw&amp;hl=nl"
              id="gsi_449817_372826" title="Schaltfläche „Über Google anmelden“" style="display: block; position: relative; top: 0px; left: 0px; height: 0px; width: 0px; border: 0px;"></iframe>
          </div>
        </div>
        <button onclick="window.location.href='/api/login/facebook?redirectTo=https://gocar.be/nl/autos/skoda/kamiq/tsi-ambition-110/id/4184984';"
          class="btn btn-block btn-social-facebook rounded-lg mb-2 d-flex justify-content-center align-items-center mx-auto">
          <svg class="mr-2" style="width: 20px; height: 20px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
            <path
              d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z">
            </path>
          </svg>
          <span>Verbonden met Facebook</span>
        </button>
      </div>
    </div>
    <hr class="d-none d-md-block">
    <p class="mb-0">
      <button rel="nofollow noopener"
        onclick="window.location.href='https://gocar.be/nl/account-aanmaken?lastAction=https://gocar.be/nl/autos/skoda/kamiq/tsi-ambition-110/id/4184984?utm_campaign=go_daily_nl_20240106&amp;utm_medium=email&amp;utm_source=newsletter';"
        class="btn btn-link text-primary text-sm font-weight-light p-2" style="letter-spacing: normal; text-transform:initial;"> Maak een nieuw account aan </button>
    </p>
  </div>
</form>

<form class="contact-form" id="modal-contact" data-action="contact" novalidate="">
  <input type="hidden" name="vehicle-id" value="4184984">
  <input type="hidden" name="point-of-sale-id" value="407">
  <input type="hidden" name="leasing-contract-id" value="">
  <input id="form-stat-modal" type="hidden" name="stat" data-stats-event="submit_contact"
    data-stat-args="{&quot;lang&quot;:&quot;nl&quot;,&quot;section&quot;:&quot;classifieds&quot;,&quot;page_type&quot;:&quot;detail&quot;,&quot;vehicle_type&quot;:&quot;car&quot;,&quot;condition&quot;:0,&quot;brand_id&quot;:53,&quot;brand_name&quot;:&quot;Skoda&quot;,&quot;model_id&quot;:3932,&quot;model_name&quot;:&quot;Kamiq&quot;,&quot;ad_id&quot;:4184984,&quot;dealer_id&quot;:407,&quot;dealer_slug&quot;:&quot;1-22259-902909&quot;,&quot;dealer_city&quot;:&quot;Antwerpen&quot;,&quot;dealer_zip&quot;:&quot;2610&quot;,&quot;fuel_type_id&quot;:20,&quot;fuel_type&quot;:&quot;Benzine&quot;,&quot;body_style_id&quot;:81,&quot;body_style&quot;:&quot;SUV&quot;,&quot;gearbox_id&quot;:35,&quot;gearbox&quot;:&quot;Manueel&quot;,&quot;kilometers&quot;:10692,&quot;city&quot;:&quot;Antwerpen&quot;,&quot;zip&quot;:&quot;2610&quot;,&quot;price&quot;:&quot;21099.00&quot;,&quot;registration_date&quot;:&quot;2022-12-19&quot;,&quot;co2_emission&quot;:&quot;&quot;,&quot;emission_norm&quot;:54,&quot;seller_type&quot;:&quot;pro&quot;}">
  <div class="controls px-3" style="height: 500px;overflow-y: auto; padding-bottom: 60px">
    <label class="form-label" for="msg">Uw gegevens</label><br>
    <div class="form-group mb-3 row">
      <div class="col-6">
        <div class="custom-select-arrow">
          <select name="civility" id="civility-modal" data-style="btn-form-control" class="form-control" required="" style="height: 45px">
            <option value="">Aanspreking</option>
            <option value="Mrs">Mevrouw</option>
            <option value="Mr.">Mijnheer</option>
          </select>
        </div>
        <div class="invalid-feedback"> Vul uw beleefdheid in </div>
      </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="name-modal-contact">Naam</label>
      <input class="form-control text-md" type="text" name="last_name" id="last-name-modal" placeholder="Naam" required="required">
      <div class="invalid-feedback"> Vul uw naam in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="first_name">Voornaam</label>
      <input class="form-control text-md" type="text" name="first_name" id="first_name-modal" placeholder="Voornaam" required="required">
      <div class="invalid-feedback"> Vul uw voornaam in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="email-modal-contact">E-mail</label>
      <input class="form-control text-md" type="email" name="email" id="email-modal-contact" placeholder="E-mail" required="required">
      <div class="invalid-feedback"> Vul uw e-mailadres in </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label sr-only" for="phone-modal-contact">Telefoon</label>
      <input class="form-control text-md" type="tel" pattern="\d*" name="phone" id="phone-modal-contact" placeholder="Telefoon">
      <div class="invalid-feedback"> Gelieve enkel cijfers in te geven voor uw telefoonnummer </div>
    </div>
    <div class="form-group mb-3">
      <label class="form-label" for="msg">Ik zou graag</label><br>
      <ul class="list-unstyled mb-0">
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="1" type="checkbox" id="type_1" name="offer">
            <label class="custom-control-label text-md" for="type_1">Een offerte aanvragen</label>
          </div>
        </li>
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="2" type="checkbox" id="type_2" name="testdrive">
            <label class="custom-control-label text-md" for="type_2">Een testrit boeken</label>
          </div>
        </li>
        <li class="text-sm">
          <div class="custom-control custom-checkbox contact-msg-container">
            <input class="custom-control-input contact-msg" data-msg="3" type="checkbox" id="type_3" name="infos">
            <label class="custom-control-label text-md" for="type_3">Meer informatie over het voertuig krijgen</label>
          </div>
        </li>
      </ul>
    </div>
    <label class="form-label" for="msg">Uw bericht</label><br>
    <div class="form-group mb-0">
      <label class="form-label sr-only" for="message-modal-contact">Bericht</label>
      <textarea class="form-control text-md" rows="4" name="message" id="message-modal-contact" placeholder="Bericht" required="required"></textarea>
      <div class="invalid-feedback"> Vervolledig uw bericht </div>
    </div>
    <div class="form-group m-0">
      <div class="custom-control custom-checkbox text-md">
        <input id="copy-modal-contact" name="copy" type="checkbox" value="1" class="custom-control-input">
        <label for="copy-modal-contact" class="custom-control-label pt-1">Stuur mij een kopie van deze e-mail</label>
      </div>
    </div>
    <div class="form-group m-0 mb-2">
      <div class="custom-control custom-checkbox text-md">
        <input id="checkboxCG-modal-contact" name="alert-condition" type="checkbox" value="0" class="custom-control-input" required="">
        <label for="checkboxCG-modal-contact" class="custom-control-label pt-1">Ik accepteer de
          <a target="_blank" href="https://gocar.be/nl/information/algemene-gebruiksvoorwaarden?lang=nl">Algemene voorwaarden en het Gocar.be Privacybeleid</a></label>
        <div class="invalid-feedback"> Ga akkoord met de Algemene voorwaarden. </div>
      </div>
      <div class="border-top small mt-1 pt-1"> Deze website is beveiligd door reCAPTCHA. <a href="https://policies.google.com/privacy" target="_blank">Het Privacy beleid</a> en
        <a href="https://policies.google.com/terms" target="_blank">de gebruiksvoorwaarden</a> van Google worden toegepast. </div>
    </div>
  </div>
  <div class="form-group m-0 text-right border-top pt-3 px-3 bg-gray-100" style="position: absolute;left: 0;bottom: 0;width: 100%;">
    <div class="d-flex flex-wrap justify-content-between">
      <button class="btn btn-link modal-close text-black-50" data-dismiss="modal" aria-label="Close"> Annuleren </button>
      <button data-stats-event="click_contact" data-stats-arg="" class="btn btn-secondary rounded-lg">
        <svg class="mr-1" style="width: 15px; height: 15px; fill: #fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <path d="M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z"></path>
        </svg>
        <span class="btn-text"> Versturen </span>
        <div class="spinner-border text-light small-loader btn-loader" role="status" style="display: none">
          <span class="sr-only">Loading...</span>
        </div>
      </button>
    </div>
    <div class="submitted text-success pt-3" style="display: none"> Uw bericht werd verstuurd </div>
  </div>
</form>

Text Content

HET RESPECTEREN VAN UW PRIVACY IS ONZE PRIORITEIT


Met je akkoord gebruiken wij en onze 276 partners cookies of vergelijkbare
technologieën om persoonlijke gegevens zoals je bezoek aan deze website,
IP-adressen en cookie-identificatoren op te slaan, te openen en te verwerken.
Sommige partners vragen je toestemming niet om je gegevens te verwerken en
vertrouwen op hun rechtmatige zakelijke belangen. Je kunt je toestemming te
allen tijde intrekken of bezwaar maken tegen gegevensverwerking op basis van
rechtmatig belang door op 'Meer informatie' te klikken of in ons privacybeleid
op deze website.



Onze partners en wij verwerken als volgt gegevens:Gepersonaliseerde advertenties
en content, advertentie- en contentmetingen, doelgroepenonderzoek en
ontwikkeling van diensten, Informatie op een apparaat opslaan en/of openen,
Opslag en toegang tot geolocatie-informatie om marketingonderzoek uit te voeren,
Opslag en toegang tot geolocatie-informatie voor gerichte reclamedoeleinden,
Precieze geolocatiegegevens en identificatie via het scannen van apparaten,
Publieksmeting, Réseaux Sociaux

Meer informatie →Akkoord en sluiten

Mijn profiel Mijn voertuigen Mijn favorieten Mijn alerten

--------------------------------------------------------------------------------

Uitloggen
Mijn profiel Mijn voertuig Mijn favorieten Mijn geschiedenis Mijn alerten

--------------------------------------------------------------------------------

Verkoop uw voertuig

--------------------------------------------------------------------------------

Uitloggen

 * Zoek een voertuig
   Auto's Oldtimers Bestelwagens Professionele lease Particuliere lease Motoren
   
   --------------------------------------------------------------------------------
   
   Dealers
   
   --------------------------------------------------------------------------------
   
   De juiste wagen kopen: hoe begin ik eraan?
 * Voertuig verkopen
   Plaats uw advertentie Gratis
   
   --------------------------------------------------------------------------------
   
   Mijn wagen verkopen: zo moet het
 * Actualiteit
   Laatste nieuws Testritten Video’s Onze automerken Newsletter Gocar Newsletter
   Autoclassic
 * Diensten
   Advies
   
   --------------------------------------------------------------------------------
   
   Lening / Financiering
   
   --------------------------------------------------------------------------------
   
   Verzekeringen
   
   --------------------------------------------------------------------------------
   
   Gocar DATA Professionnals
 * Log in
 * 
   Hallo
   Mijn profiel Mijn voertuigen Mijn favorieten Mijn alerten
   
   --------------------------------------------------------------------------------
   
   Uitloggen
   Mijn profiel Mijn voertuig Mijn favorieten Mijn geschiedenis Mijn alerten
   
   --------------------------------------------------------------------------------
   
   Verkoop uw voertuig
   
   --------------------------------------------------------------------------------
   
   Uitloggen
 * Car Festival
 * NL
   FR EN

-37 %
7





SKODA
KAMIQ TSI AMBITION 110

 * 21.099 €
   
   33.399 €
   
   

Autolening simulatie - leen nu aan 4,49%*
Staat: Tweedehands
Eerste inschrijving: 12/2022
Versnellingsbak: Manueel
Brandstof: Benzine
Kilometerstand: 10.692 km
Emissieklasse: Euro 6
Professionele verkoper:
Cardoen
2610 Antwerpen
946 voertuigen te koop op Gocar

Meer info over dit voertuig?

Bellen E-mail
Bel
E-mail


ALGEMENE GEGEVENS

 * Staat voertuig : Tweedehands
 * Eerste inschrijving: 12/2022
 * Kilometerstand: 10.692 km
 * Brandstof: Benzine
 * Versnellingsbak: Manueel
 * Vermogen : 110 PK
 * Cylinderinhoud : 999
 * Aantal cilinders : -
 * Referentie van de advertentie : 255786

 * Gewicht : 1240 Kg
 * CO2 uitstoot : -
 * Emissieklasse: Euro 6
 * Carroserie : SUV
 * Kleur : Grijs
 * Aantal deuren : 5
 * Beschadigde auto : Neen
 * Techn. controle tot : -
 * Car-Pass : Neen


UITRUSTING

-


BESCHRIJVING

Heeft u vragen of behoefte aan meer details over dit voertuig?
Neem nu contact op met de verkoper, hij zal u zo spoedig mogelijk antwoorden.

Vermelde prijs is de all-in prijs inclusief overnamepremie.

Vermelde prijzen zijn inclusief BTW, maar exclusief wettelijke kit t.w.v. €199.

Foto’s ter illustratie, niet contractueel bindend.


ROUTE

Route

Koper?
Eis uw Car-Pass bij de verkoper!

Verkoper?
Vergeet uw Car-Pass niet te geven bij het verkopen van uw voertuig.

Dit is een wettelijk en verplicht document. Voor meer info




www.car-pass.be

CONTACTEER DE VERKOPER

Cardoen
2610 Antwerpen

Mevrouw Mijnheer

Naam*:

Voornaam:

E-mail*:

Uw bericht*:

Telefoon:

Ik accepteer de Algemene voorwaarden en het Gocar.be Privacybeleid

Het formulier bevat een fout
Stuur naar
Cardoen

Bericht perfect verzonden!
Wilt u uw auto verkopen? Plaats uw advertentie gratis op Gocar. Meer info

Advertentie – lees hieronder verder



Vind gelijkaardige voertuigen


TWEEDEHANDS TE KOOP OP GOCAR.BE




Ontdek al de actualiteit


LAATSTE NIEUWS

Bekijk al het laatste nieuws



SKODA KAMIQ

TSI ambition 110

21.099 €

Bellen E-mail

Kopen, Verkopen of Leasen
 * Wagen kopen
 * Wagen verkopen Gratis
 * Een wagen leasen

Diensten
 * Advies
 * Lening / Financiering
 * Verzekeringen
 * Gocar DATA Professionnals
 * Vastgoed

Over
 * Wie zijn we
 * Uw reclame op Gocar.be
 * Support / F.A.Q.'s

Schrijf u in

Ontvang onze Gocar nieuwsbrief

Vul een geldig e-mailadres in.
Gelieve uw inschrijving te bevestigen via e-mail (Vergeet uw spam niet te
controleren).
Uw inschrijving werd goed geregistreerd.
Door het ingeven van mijn e-mailadres bevestig ik nieuwsletters te willen
ontvangen van Gocar.be en haar partners. Hierbij geef ik ook de toestemming voor
de verwerking van mijn gegevens in overeenstemming met het Privacybeleid van
Gocar.be.
 * 
 * 
 * 
 * 
 * 

Cookies / Instellingen Privacy Algemene voorwaarden

© 2024 Gocar.be - Alle rechten voorbehouden.

 * Home
   
 * Zoek een voertuig
   Auto's Oldtimers Bestelwagens Professionele lease Particuliere lease Motoren
   Dealers De juiste wagen kopen: hoe begin ik eraan?
 * Voertuig verkopen
   Plaats uw advertentie Gratis Mijn wagen verkopen: zo moet het
 * Actualiteit
   Laatste nieuws Testritten Video’s Onze automerken Newsletter Gocar Newsletter
   Autoclassic
   Zoek hier een artikel
 * Diensten
   Advies Lening / Financiering Verzekeringen Gocar DATA Professionnals
   
 * Log in
 * Car Festival
 * FR NL EN

 * 
   Maak een alert aan
 * 
   Voeg uw favorieten toe
 * 
   Beheer uw account

Veuillez entrer votre adresse mail
Veuillez entrer votre mot de passe

Uw gegevens zijn niet juist

Inloggen Wachtwoord vergeten ?

of


Über Google anmeldenÜber Google anmelden
Verbonden met Facebook

--------------------------------------------------------------------------------

Maak een nieuw account aan



Voertuig toegevoegd aan de vergelijking

Vergelijken voertuig(en)



VERGELIJK DE VOERTUIGEN

×

U kunt maximum 3 voertuigen vergelijken. ×


DEEL UW VERGELIJKING

×



DEEL DIT VOERTUIG

×

 * Email
 * Facebook
 * Whatsapp
 * Messenger
 * Twitter
 * https://gocar.be/nl/autos/skoda/kamiq-tsi-ambition-110/tsi-ambition-110/id/4184984
   Kopieer de link
   Gekopieerd

CONTACTEER DE VERKOPER PER E-MAIL

Cardoen
2610 Antwerpen
Uw gegevens

Aanspreking Mevrouw Mijnheer
Vul uw beleefdheid in
Naam
Vul uw naam in
Voornaam
Vul uw voornaam in
E-mail
Vul uw e-mailadres in
Telefoon
Gelieve enkel cijfers in te geven voor uw telefoonnummer
Ik zou graag

 * Een offerte aanvragen
 * Een testrit boeken
 * Meer informatie over het voertuig krijgen

Uw bericht

Bericht
Vervolledig uw bericht
Stuur mij een kopie van deze e-mail
Ik accepteer de Algemene voorwaarden en het Gocar.be Privacybeleid
Ga akkoord met de Algemene voorwaarden.
Deze website is beveiligd door reCAPTCHA. Het Privacy beleid en de
gebruiksvoorwaarden van Google worden toegepast.
Annuleren Versturen
Loading...
Uw bericht werd verstuurd