saket update
This commit is contained in:
@@ -334,7 +334,8 @@ include("_navbar.php");
|
|||||||
emailError.style.display = "none";
|
emailError.style.display = "none";
|
||||||
warning.style.display = "none";
|
warning.style.display = "none";
|
||||||
let formData = new FormData();
|
let formData = new FormData();
|
||||||
formData.append('formName', 'iimttNewContact');
|
formData.append('formName', 'IIMTT-Saket-Form');
|
||||||
|
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