business
This commit is contained in:
23
contact.php
23
contact.php
@@ -118,26 +118,7 @@ include("_navbar.php");
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--<div class="form-group mb-5">
|
|
||||||
<select class="form-control" name="cars" id="req" name="gender" required>
|
|
||||||
<option value="">In which field you are interested in?</option>
|
|
||||||
<option value="Montessori Teacher Training">Training</option>
|
|
||||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
|
||||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
|
||||||
<option value="Pre and Primary Teacher Training">Other</option>
|
|
||||||
</select>
|
|
||||||
</div>-->
|
|
||||||
<!---
|
|
||||||
<div class="form-group mb-5">
|
|
||||||
<select class="form-control" name="cars" id="cars">
|
|
||||||
<option value="">Which country are you based in?</option>
|
|
||||||
<option value="Montessori Teacher Training">Training</option>
|
|
||||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
|
||||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
|
||||||
<option value="Pre and Primary Teacher Training">Other</option>
|
|
||||||
</select>
|
|
||||||
</div>-->
|
|
||||||
|
|
||||||
<div class="form-group mb-7 mb-md-9">
|
<div class="form-group mb-7 mb-md-9">
|
||||||
|
|
||||||
<!-- Input -->
|
<!-- Input -->
|
||||||
@@ -211,7 +192,7 @@ include("_navbar.php");
|
|||||||
warning.style.display = "none";
|
warning.style.display = "none";
|
||||||
let formData = new FormData();
|
let formData = new FormData();
|
||||||
formData.append('formName', 'IIMTT-Contact-Form');
|
formData.append('formName', 'IIMTT-Contact-Form');
|
||||||
formData.append('business_type', '"iimtt"');
|
formData.append('business_type', 'iimtt');
|
||||||
formData.append('Name', name);
|
formData.append('Name', name);
|
||||||
formData.append('Email', email);
|
formData.append('Email', email);
|
||||||
formData.append('Phone', phn);
|
formData.append('Phone', phn);
|
||||||
|
|||||||
Reference in New Issue
Block a user