HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rooymansde.komma-mediadesign.nl/wwwroot/contact.php
<h1><?php echo(html_entity_decode($rec_pageGegevens['page_name'])); ?></h1>
<div class="links">
    <a class="actionBtn knopMedium" href="/request-offer"><span class="text">Request for an offer</span><span class="up"></span><span class="hover"></span><span class="upRight"></span><span class="hoverRight"></span></a>
</div>
<div class="clear_both"></div>
<div class="columnLeft">
    <?php echo(html_entity_decode($rec_pageGegevens['descriptionLeft'])); ?>
    <?php echo(html_entity_decode($rec_pageGegevens['descriptionRight'])); ?>
</div>
<div class="columnRight">
    <h2>Nehmen Sie Kontakt mit <br />uns auf</h2>

    <?php include("contactformulier.php"); ?>
</div>

<div class="columnLeft">
    <h2 class="noMinHeight">Anfahrt</h2>
    <form id="routeForm" action="/route-berekenen.php" target="_blank" method="post" name="route">
        <label for="routeAdres">Adresse</label>
        <input type="text" name="adres" id="routeAdres" value="Tragen Sie hier Ihre Adresse ein" />
    </form>
    <a id="routeSubmit" class="actionBtn knopMedium"><span class="text">Wegbeschreibung</span><span class="up"></span><span class="hover"></span><span class="upRight"></span><span class="hoverRight"></span></a>
</div>