Contact Details

Grand Metal Corporation

Address
Shop no. 8, Ground Floor,13, Jaisiddhivinayak CHS,C. P. Tank, Ardeshir Dadi Cross Street,Mumbai - 400 004. Maharashtra, India.

Tel. No.
+91 22 6743 6596/ 6639 3699

Mob.No
+91 97690 58811/98927 02393

Fax No.
+91 22 2385 1191

Email
[email protected]
[email protected]

Send Messge Us

Name
Email
Phone
Messages
What is 2+3+4
// // // $('#bootstrapForm').submit(function (event) { event.preventDefault() var extraData = {} $('#bootstrapForm').ajaxSubmit({ data: extraData, dataType: 'jsonp', // This won't really work. It's just to use a GET instead of a POST to allow cookies from different domain. error: function () { // Submit of form should be successful but JSONP callback will fail because Google Forms // does not support it, so this is handled as a failure. alert('Form Submitted. Thanks.') // You can also redirect the user to a custom thank-you page: // window.location = 'https://www.grandmetalcorporation.com/thankyou.html' } }) })