BusinessType

This commit is contained in:
2021-07-03 12:08:53 +00:00
parent 70f9958956
commit 4a15facb4e
16 changed files with 16 additions and 0 deletions

View File

@@ -990,6 +990,7 @@ for close to a decade now.</span>
warning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Kolkata-Form');
formData.append('business_type', '"iimtt"');
formData.append('Name', name);
formData.append('Email', email);
formData.append('Phone', phn);