| Server IP : 101.53.144.229 / Your IP : 216.73.216.181 Web Server : Apache System : Linux host.gdigitalindia.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : digitalshiksha ( 1179) PHP Version : 5.6.40 Disable Function : eval,show_source,system,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,show_source,curl_multi_exechellcmd, ini_restore,apache_get_modules,get_cfg_var,passthru, exec ,proc_get_status,fpassthru,c999_buff_prepare,c999_sess_put,c99_buff_prepare,c99_sess_put,proc_close,ini_alter,dl,symlink,link,proc_close,ini_alter,dl,symlink,link,mail MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/digitalshiksha/public_html/static/ |
Upload File : |
<?php include 'header.php'; ?>
<section class="page-title">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1> <b>Download Brochure</b></h1>
</div>
</div>
</div>
</section>
<div class="pricelistdownload">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="freeform">
<h2><span class="downloadlist">Download Brochure</span> of Full Course Details </h2>
<div class="form-title"> Enter your mobile number to get the brochure on your whatsapp</div>
<form method="post" name="newsletter" action="brochuredownload">
<div class="mb-4 mt-3">
<input name="name" type="text" class="form-control" required="" id="name" placeholder="Your Name">
</div>
<div class="mb-4 mt-3">
<input name="mobile" type="tel" class="form-control" pattern="[7896][0-9]{9}" title="please enter 10 digit mobile number" required="" id="phone" placeholder="Your 10 Digit WhatsApp No.">
</div>
<div class="d-grid">
<button type="submit" name="submit" class="btn brochurebtn btn-block">Download Brochure</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>