File: D:/HostingSpaces/SBogers10/rooymans.komma-mediadesign.nl/wwwroot/contactformulier.php
<div id="contactform">
<form id="contactformForm" action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
<label for="contact_naam">Naam</label>
<input type="text" id="contact_naam" value="Naam" />
<label for="contact_geslacht">Geslacht</label>
<input type="radio" name="contact_geslacht" id="contact_geslacht_man" value="man" />
<label id="contact_geslacht_manLabel" class="geslacht" for="contact_geslacht_man">Man</label>
<input type="radio" name="contact_geslacht" id="contact_geslacht_vrouw" value="vrouw" />
<label id="contact_geslacht_vrouwLabel" class="geslacht" for="contact_geslacht_vrouw">Vrouw</label>
<label for="contact_bedrijfsnaam">Bedrijfsnaam</label>
<input type="text" id="contact_bedrijfsnaam" value="Bedrijfsnaam" />
<label for="contact_telefoonnummer">Telefoonnummer</label>
<input type="text" id="contact_telefoonnummer" value="Telefoonnummer" />
<label for="contact_emailadres">E-mailadres</label>
<input type="text" id="contact_emailadres" value="E-mailadres" />
<label for="contact_opmerkingen" class="textareaLabel">Uw vraag of opmerking</label>
<textarea id="contact_opmerkingen">Vraag / opmerking</textarea>
<input type="hidden" id="contact_type" value="<?php if($pagina == "contact"){ echo("contact"); }else{ echo("offerte"); } ?>" />
<input type="hidden" id="vorige_pagina" value="<?php echo($_SESSION['prev_page_url']); ?>" />
<a <?php if($pagina == "contact"){ echo("onClick=\"_gaq.push(['_trackEvent', 'formulier', 'verstuur', 'contact']);\""); }else{ echo("onClick=\"_gaq.push(['_trackEvent', 'formulier', 'verstuur', 'offerte']);\""); } ?> class="contactformSubmit actionBtn knopMedium"><span class="text">Verzenden</span><span class="up"></span><span class="hover"></span><span class="upRight"></span><span class="hoverRight"></span></a>
<div id="foutmelding"><p>Vul aub alle velden correct in.</p></div>
</form>
</div>
<div id="contactformReplacement">
<h2 class="blauw">Succesvol verzonden</h2>
<?php if($pagina == "contact"){ ?>
<p>Bedankt voor uw interesse in Rooymans Neckwear!<br /><br />Uw gegevens zijn succesvol verzonden. U ontvangt een bevestiging per e-mail.</p>
<?php }else{ ?>
<p>Bedankt voor uw interesse in Rooymans Neckwear!<br /><br />Uw offerte aanvraag is succesvol verzonden. U ontvangt een bevestiging met aanvullende informatie per e-mail.
</p>
<?php } ?>
</div>