]nbmbmbnmbnmbnmnbnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
bnmbnmbnmnbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbn
/
mnt
/
md0
/
keyretouch
/
public_html
/
Upload FileeE
HOME
<form method="post" action="send_free.php" enctype="multipart/form-data" autocomplete="off"> <div class="messages"></div> <div class="form-group"> <input id="form_name1" type="text" name="name" class="form-control" placeholder="Your Name" required="required" data-error="Name is required."> <div class="help-block with-errors"></div> </div> <div class="form-group"> <input id="form_email1" type="email" name="email" class="form-control" placeholder="Your Email" required="required" data-error="Valid email is required."> <div class="help-block with-errors"></div> </div> <div class="form-group"> <div class="row"> <div class="col-sm-2"> <select id="form_dropdown" style="width:50px;outline:none;height:50px; border-bottom:solid 2px #f5f5f5; border-top:solid 1px #fff;border-left:solid 1px #fff;border-right:solid 1px #fff;" onchange="getCountryCode()" > <?php foreach($countryArray as $code => $country){ $countryName = ucwords(strtolower($country["name"])); // Making it look good ?> <option value="<?php echo $country["code"] ?>"><?php echo $code." - ".$countryName ?></option> <?php } ?> </select> </div> <div class="col-sm-4"> <input id="form_phone" type="tel" name="c_code1" placeholder="Country code" style="outline:none; " class="form-control" required="required" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" style="width:100px; margin-left:10px;" > </div> <div class="col-sm-5"> <input id="form_phone" type="tel" name="phone" class="form-control pradeep" placeholder="Phone" onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))" required="required" data-error="Phone is required" > <div class="help-block with-errors"></div> </div></div></div> <div class="form-group" > <div > <input id="form_project1" type="text" name="link" class="form-control" placeholder="Share your WeTransfer / DropBox / Google Drive Link here" > </div> </div> <div class="form-group"> <textarea id="form_message1" name="message" class="form-control" placeholder="Please write detail instructions here....." rows="4" required="required" data-error="Please,leave us a message." style="height: 35px;" onkeyup="sideword()" maxlength="150"></textarea> <div class="g-recaptcha" data-sitekey="6LdJAJ4UAAAAAAxNxLNdcZXGniQDnInDUsxO71oU"></div><p id="free_text" style="color:red"></p> <div class="help-block with-errors"></div> </div> <input type="submit" name="submit" id="submit" value="Submit" onclick=" return side_free()"> </form>