webtoleadform_deur.html

text/html WebToLeadForm_deur.html — 5.8 KB

Bestandsinhoud

<html lang='nl_NL'><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><style type="text/css"><!--
form#WebToLeadForm, form#WebToLeadForm * {margin: 0; padding: 0; border: none; color: #333; font-size: 12px; line-height: 1.6em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
form#WebToLeadForm {float: left; border: 1px solid #ccc; margin: 10px;}
form#WebToLeadForm h1 {font-size: 32px; font-weight: bold; background-color: #1087C9; color: rgb(247, 247, 247); padding: 10px 20px;}
form#WebToLeadForm h2 {font-size: 24px; font-weight: bold; background-color: #1087C9; color: rgb(247, 247, 247); padding: 10px 20px;}
form#WebToLeadForm h3 {font-size: 12px; font-weight: bold; padding: 10px 20px;}
form#WebToLeadForm h4 {font-size: 10px; font-weight: bold; padding: 10px 20px;}
form#WebToLeadForm h5 {font-size: 8px; font-weight: bold; padding: 10px 20px;}
form#WebToLeadForm h6 {font-size: 6px; font-weight: bold; padding: 10px 20px;}
form#WebToLeadForm p {padding: 10px 20px;}
form#WebToLeadForm input,
form#WebToLeadForm select,
form#WebToLeadForm textarea {border: 1px solid #ccc; display: block; float: left; min-width: 170px; padding: 5px;}
form#WebToLeadForm select {background-color: white;}
form#WebToLeadForm input[type="button"],
form#WebToLeadForm input[type="submit"] {display: inline; float: none; padding: 5px 10px; width: auto; min-width: auto;}
form#WebToLeadForm input[type="checkbox"],
form#WebToLeadForm input[type="radio"] {width: 18px; min-width: auto;}
form#WebToLeadForm div.col {display: block; float: left; width: 330px; padding: 10px 20px;}
form#WebToLeadForm div.clear {display: block; float: none; clear: both; height: 0px; overflow: hidden;}
form#WebToLeadForm div.center {text-align: center;}
form#WebToLeadForm div.buttons {padding: 10px 0; border-top: 1px solid #ccc; background-color: #1087C9}
form#WebToLeadForm label {display: block; float: left; width: 160px; font-weight: bold;}
form#WebToLeadForm span.required {color: #FF0000;}
--></style>
<!-- TODO ???
<script type="text/javascript" src='https://www.flevokozijnen.nl/crm/cache/include/javascript/sugar_grp1.js?v=NGWecWeRFb-BNlULMelvxQ'></script>
--><form id="WebToLeadForm" action="https://www.flevokozijnen.nl/crm/index.php?entryPoint=WebToPersonCapture" method="POST" name="WebToLeadForm">
<h2>Offerte aanvraag kunststof deur</h2>
<p>Het versturen van dit formulier leidt tot het aanmaken van een 'lead' die gekoppeld wordt aan de campagne</p>
<div class="row">
<div class="col"><label>Aanhef: </label><select name="salutation" id="salutation" tabindex="1">
<option value="" selected="selected">--Geen--</option>
<option value="heer">heer</option>
<option value="mevrouw">mevrouw</option>
</select></div>
<div class="col"><label>Mobiel: </label><input name="phone_mobile" id="phone_mobile" type="text" /></div>
<div class="clear"> </div>
</div>
<div class="row">
<div class="col"><label>Voornaam: </label><input name="first_name" id="first_name" type="text" /></div>
<div class="col"><label>Telefoon (Werk): </label><input name="phone_work" id="phone_work" type="text" /></div>
<div class="clear"> </div>
</div>
<div class="row">
<div class="col"><label>Achternaam: <span class="required">*</span></label><input name="last_name" id="last_name" type="text" required="" /></div>
<div class="col"><label>Straat + huisnummer: </label><input name="primary_address_street" id="primary_address_street" type="text" /></div>
<div class="clear"> </div>
</div>
<div class="row">
<div class="col"><label>Interesse in: </label><select name="x_interesse_in_c" id="x_interesse_in_c" tabindex="1">
<option value="" selected="selected">--Geen--</option>
<option value="offerte">Offerte</option>
<option value="documentatie">Documentatie</option>
<option value="terugbellen">Terugbellen</option>
<option value="overige">Overige</option>
</select></div>
<div class="col"><label>Postcode: </label><input name="primary_address_postalcode" id="primary_address_postalcode" type="text" /></div>
<div class="clear"> </div>
</div>
<div class="row">
<div class="col"> </div>
<div class="col"><label>Plaats: </label><input name="primary_address_city" id="primary_address_city" type="text" /></div>
<div class="clear"> </div>
</div>
Uw gegevens worden uitsluitend door ons gebruikt en niet aan derden verstrekt.
<div class="row center buttons"><input class="button" name="Submit" type="submit" value="Verstuur" onclick="submit_form();" />
<div class="clear"> </div>
</div>
<input name="campaign_id" id="campaign_id" type="hidden" value="c1b1e8df-ca6e-90cb-02bc-5628f203ec98" /> <input name="assigned_user_id" id="assigned_user_id" type="hidden" value="cd3fdb1f-b7be-fc1f-6042-592ece9f62b9" /> <input name="moduleDir" id="moduleDir" type="hidden" value="Leads" /></form>
<p>
<script type="text/javascript">// <![CDATA[
function submit_form() {
        if (typeof(validateCaptchaAndSubmit) != 'undefined') {
            validateCaptchaAndSubmit();
        } else {
            check_webtolead_fields();
            //document.WebToLeadForm.submit();
        }
    }

    function check_webtolead_fields() {
        if (document.getElementById('bool_id') != null) {
            var reqs = document.getElementById('bool_id').value;
            bools = reqs.substring(0, reqs.lastIndexOf(';'));
            var bool_fields = new Array();
            var bool_fields = bools.split(';');
            nbr_fields = bool_fields.length;
            for (var i = 0; i < nbr_fields; i++) {
                if (document.getElementById(bool_fields[i]).value == 'on') {
                    document.getElementById(bool_fields[i]).value = 1;
                } else {
                    document.getElementById(bool_fields[i]).value = 0;
                }
            }
        }
    }
// ]]></script>
</p></body></html>
ADRES

Adres
Flevo Kozijnenfabriek BV
De Steiger 128A
1351 AL Almere


Openingstijden
ma t/m vr: 08:00u - 17:00u

Showroom bezoek
op afspraak

CONTACT

T: 036 744 16 16
E: info@flevokozijnenfabriek.nl

Flevo Kozijnen is o.a. actief in:
- Almere
- Lelystad
- Weesp
- Huizen
- Bussum
- Hilversum

LOCATIE