finland.dataxel-electronics.com Open in urlscan Pro
104.21.40.78  Public Scan

URL: https://finland.dataxel-electronics.com/
Submission: On March 23 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

<form class="search__form">
  <input class="search__form-input input input--large border-2 border-transparent bg-dark-200 focus:bg-white focus:border-dark-300" type="text" placeholder="Etsi...">
  <button class="search__form-submit button button--small xl:hover:text-first" type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </button>
</form>

<form class="search__form">
  <input class="search__form-input input input--large border-2 border-transparent bg-dark-200 focus:bg-white focus:border-dark-300" type="text" placeholder="Etsi...">
  <button class="search__form-submit button button--small" type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </button>
</form>

POST

<form
  wire:snapshot="{&quot;data&quot;:{&quot;templateDomain&quot;:[null,{&quot;class&quot;:&quot;App\\Models\\Domain&quot;,&quot;key&quot;:447,&quot;s&quot;:&quot;mdl&quot;}],&quot;templateName&quot;:&quot;mtpl2&quot;,&quot;name&quot;:null,&quot;company&quot;:null,&quot;country&quot;:null,&quot;email&quot;:null,&quot;phone&quot;:null,&quot;message&quot;:null,&quot;agree&quot;:null,&quot;buyer_type&quot;:null,&quot;address&quot;:null,&quot;lists&quot;:null,&quot;domain&quot;:null,&quot;isModal&quot;:false,&quot;disabled&quot;:null},&quot;memo&quot;:{&quot;id&quot;:&quot;Q07cazB7usa35EgkGH8I&quot;,&quot;name&quot;:&quot;form-request&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;fi&quot;},&quot;checksum&quot;:&quot;297adf83d4edf57712b98c04df9ef2ca15b7f93e67df13285db3e3bc49dca6d6&quot;}"
  wire:effects="[]" wire:id="Q07cazB7usa35EgkGH8I" method="POST" enctype="multipart/form-data" wire:submit="submit">
  <div class="form-grid grid-cols-6">
    <div class="form__group col-span-full md:col-span-full xl:col-span-2">
      <label class="form__group-label" for="name">Etunimi *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="name" type="text" name="name" wire:model.blur="name">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="email">Sähköposti *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="email" type="email" name="email" wire:model.blur="email">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="phone">Puhelinnumero *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="phone" type="tel" name="phone" wire:model.blur="phone">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="company">Yrityksen nimi *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="company" type="text" name="company" wire:model.blur="company">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="country">Maa *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="country" type="text" name="country" wire:model.blur="country">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-2">
      <label class="form__group-label" for="file">Pyyntötyyppi *</label>
      <div class="form__group-list">
        <label class="radio">
          <input class="radio__input" type="radio" name="buyer_type" wire:model.blur="buyer_type" value="Jälleenmyyjä ">
          <span class="radio__title">Jälleenmyyjä </span>
        </label>
        <label class="radio">
          <input class="radio__input" type="radio" name="buyer_type" wire:model.blur="buyer_type" value="Viimeinen ostaja">
          <span class="radio__title">Viimeinen ostaja</span>
        </label>
      </div>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-3">
      <label class="form__group-label" for="address">Toimitusosoite *</label>
      <textarea class="textarea border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="address" name="address" wire:model.blur="address"></textarea>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-3">
      <label class="form__group-label" for="questions">Kysymykset *</label>
      <textarea class="textarea border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="questions" name="message" wire:model.blur="message"></textarea>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="file">Lisää tiedosto</label>
      <input class="input border-0 bg-white bg-opacity-60 focus:bg-white" id="file" type="file" name="lists"
        accept="text/plain, application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.text-flat-xml, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.spreadsheet-flat-xml, .doc, .docx, .xlsx, .xls, .odt, .ods"
        wire:model.blur="lists">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__footer col-span-full xl:col-span-4 xl:items-end">
      <div class="form__footer-caption">
        <span class="font-medium">* - pakolliset kentät</span>
        <div class="form__group">
          <label class="checkbox">
            <input class="checkbox__input" type="checkbox" id="agree" name="agree" wire:model.blur="agree" value="1">
            <span class="checkbox__title">Täyttämällä lomakkeen hyväksyn <a href="/privacy-policy" target="_blank">henkilötietojen käsittelyn</a></span>
          </label>
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
        </div>
      </div>
      <button class="button button--large bg-first text-white hover:bg-first-800" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send">
          <line x1="22" y1="2" x2="11" y2="13"></line>
          <polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
        </svg>
        <span>Jätä pyyntö</span>
      </button>
    </div>
  </div>
</form>

POST

<form
  wire:snapshot="{&quot;data&quot;:{&quot;templateDomain&quot;:[null,{&quot;class&quot;:&quot;App\\Models\\Domain&quot;,&quot;key&quot;:447,&quot;s&quot;:&quot;mdl&quot;}],&quot;templateName&quot;:&quot;mtpl2&quot;,&quot;name&quot;:null,&quot;company&quot;:null,&quot;country&quot;:null,&quot;email&quot;:null,&quot;phone&quot;:null,&quot;message&quot;:null,&quot;agree&quot;:null,&quot;buyer_type&quot;:null,&quot;address&quot;:null,&quot;lists&quot;:null,&quot;domain&quot;:null,&quot;isModal&quot;:true,&quot;disabled&quot;:null},&quot;memo&quot;:{&quot;id&quot;:&quot;Aw9qPcpVkT5o95ONzrYX&quot;,&quot;name&quot;:&quot;form-request&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;fi&quot;},&quot;checksum&quot;:&quot;9e40b279109da6e8d52202c111961d291ca8b05727e96c5779a07f10fd183117&quot;}"
  wire:effects="[]" wire:id="Aw9qPcpVkT5o95ONzrYX" method="POST" enctype="multipart/form-data" wire:submit="submit">
  <div class="form-grid grid-cols-6">
    <div class="form__group col-span-full md:col-span-full xl:col-span-2">
      <label class="form__group-label" for="name">Etunimi *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="name" type="text" name="name" wire:model.blur="name">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="email">Sähköposti *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="email" type="email" name="email" wire:model.blur="email">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="phone">Puhelinnumero *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="phone" type="tel" name="phone" wire:model.blur="phone">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="company">Yrityksen nimi *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="company" type="text" name="company" wire:model.blur="company">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="country">Maa *</label>
      <input class="input border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="country" type="text" name="country" wire:model.blur="country">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-2">
      <label class="form__group-label" for="file">Pyyntötyyppi *</label>
      <div class="form__group-list">
        <label class="radio">
          <input class="radio__input" type="radio" name="buyer_type" wire:model.blur="buyer_type" value="Jälleenmyyjä ">
          <span class="radio__title">Jälleenmyyjä </span>
        </label>
        <label class="radio">
          <input class="radio__input" type="radio" name="buyer_type" wire:model.blur="buyer_type" value="Viimeinen ostaja">
          <span class="radio__title">Viimeinen ostaja</span>
        </label>
      </div>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-3">
      <label class="form__group-label" for="address">Toimitusosoite *</label>
      <textarea class="textarea border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="address" name="address" wire:model.blur="address"></textarea>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full xl:col-span-3">
      <label class="form__group-label" for="questions">Kysymykset *</label>
      <textarea class="textarea border-2 border-dark-200 bg-dark-200 focus:bg-white focus:border-dark-200" id="questions" name="message" wire:model.blur="message"></textarea>
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__group col-span-full md:col-span-3 xl:col-span-2">
      <label class="form__group-label" for="file">Lisää tiedosto</label>
      <input class="input border-0 bg-white bg-opacity-60 focus:bg-white" id="file" type="file" name="lists"
        accept="text/plain, application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.text-flat-xml, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.spreadsheet-flat-xml, .doc, .docx, .xlsx, .xls, .odt, .ods"
        wire:model.blur="lists">
      <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    </div>
    <div class="form__footer col-span-full xl:col-span-4 xl:items-end">
      <div class="form__footer-caption">
        <span class="font-medium">* - pakolliset kentät</span>
        <div class="form__group">
          <label class="checkbox">
            <input class="checkbox__input" type="checkbox" id="agree" name="agree" wire:model.blur="agree" value="1">
            <span class="checkbox__title">Täyttämällä lomakkeen hyväksyn <a href="/privacy-policy" target="_blank">henkilötietojen käsittelyn</a></span>
          </label>
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
        </div>
      </div>
      <button class="button button--large bg-first text-white hover:bg-first-800" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send">
          <line x1="22" y1="2" x2="11" y2="13"></line>
          <polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
        </svg>
        <span>Jätä pyyntö</span>
      </button>
    </div>
  </div>
</form>

Text Content

+358 41 7450063 finland@dataxel-electronics.com
Jätä pyyntö
Etusivu Tuotteet Tietoa meistä Artikkelit Yhteystiedot
Etusivu Tuotteet Tietoa meistä Artikkelit Yhteystiedot

+358 41 7450063 finland@dataxel-electronics.com
Korkealaatuiset teollisuustuotteet
Tutustu sitoutumiseemme toimittaa laadukkaita teollisuustuotteita, jotka
takaavat kestävyyden ja luotettavuuden jokaisessa hankinnassa
Teollisuustarjonta toiminnassa
Tutustu laajaan valikoimaamme huippulaatuisia teollisuustarvikkeita, jotka on
huolellisesti valittu parantamaan operatiivista tehokkuuttasi




DATEXEL FAMAGA SUOMI – DATEXEL:N TEOLLISUUSVARAOSIEN TOIMITTAJASI

Tervetuloa Datexel FAMAGA Suomi -palveluun, kohdetoimittajaasi Suomessa, joka
tarjoaa Datexel:n huippulaadukkaita teollisuuslaitteita ja varaosia. Tutustu
laajaan ratkaisuvalikoimaamme, joka on suunniteltu sopimaan eri toimialoille
kaikkialla Suomi.


MONIPUOLISET TEOLLISUUSRATKAISUT

Tutustu laajaan teollisuuden varaosien valikoimaamme, joka sisältää
automatiikan, pneumatiikan, autotekniikan, vaihteistot, pumput, moottorit,
anturit, vaimentimet, releet, instrumentit, kytkimet, tiivisteet, liittimet ja
virtalähteet. Datexel tarjoaa monipuolisen teollisuuden varaosaluettelon ja
laajan kokoelman korkealuokkaisia teollisuuslaitteita.


PAIKALLISEN TOIMITTAJAN ASIANTUNTEMUS

Paikallisena teollisuuden varaosien toimittajana ymmärrämme yritysten Suomessa
ainutlaatuiset vaatimukset. Luota meihin tehokkaan ja luotettavan
teollisuuslaitteiden toimituksen tueksi toimintaasi.

Jätä pyyntö Tuotteet
Parhaat hinnat
Pyrimme jatkuvasti tarjoamaan sinulle edullisimmat hinnat ja ehdot.
Valmistajan takuu
Valmistajan takuu on voimassa täydet 12 kuukautta ostopäivästä alkaen.
Maailmanlaajuinen toimitus
Luotettava ja nopea kansainvälinen tavarantoimitus - profiilimme ja ylpeys.
Asiakaslähtöinen lähestymistapa
Räätälöidyt ehdot vakioasiakkaille
Valtava tuotevalikoima
Avuksesi tarjoamme tuoteluokkia

Yrityksen sijainti

Ota yhteyttä meihin
Kysy kysymyksesi ja otamme sinuun yhteyttä
Etunimi *
Sähköposti *
Puhelinnumero *
Yrityksen nimi *
Maa *
Pyyntötyyppi *
Jälleenmyyjä Viimeinen ostaja
Toimitusosoite *
Kysymykset *
Lisää tiedosto
* - pakolliset kentät
Täyttämällä lomakkeen hyväksyn henkilötietojen käsittelyn
Jätä pyyntö
Helsinki, 00180, Hiilikatu 3, Finland
FAMAGA Group GmbH & Co. KG
 * Etusivu
 * Tuotteet
 * Tietoa meistä
 * Artikkelit
 * Yhteystiedot

Yhteystiedot
 * +358 41 7450063 Voit aina soittaa meille.
 * finland@dataxel-electronics.com Olemme teihin yhteydessä mahdollisimman pian
 * Jätä pyyntö

Maksujärjestelmä
 * 
 * 
 * 
 * 

Toimitusjärjestelmä
 * 
 * 
 * 
 * 

© 2024 Kaikki tällä sivustolla olevat tavaramerkit ja kuvat ovat
tekijänoikeuksia
Tietosuojakäytäntö
Ota yhteyttä meihin
Kysy kysymyksesi ja otamme sinuun yhteyttä
Etunimi *
Sähköposti *
Puhelinnumero *
Yrityksen nimi *
Maa *
Pyyntötyyppi *
Jälleenmyyjä Viimeinen ostaja
Toimitusosoite *
Kysymykset *
Lisää tiedosto
* - pakolliset kentät
Täyttämällä lomakkeen hyväksyn henkilötietojen käsittelyn
Jätä pyyntö


KIITOS HAKEMUKSESTA!

Otamme teihin pian yhteyttä

Sulje