Subversion Repositories SmartDukaan

Rev

Rev 20527 | Rev 20538 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20427 kshitij.so 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<title>Hotspot Store | Contact Us</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
7
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
20519 kshitij.so 8
<script language="javascript" type="text/javascript" src="/js/jquery.validate.js"></script>
20528 kshitij.so 9
<script src='https://www.google.com/recaptcha/api.js'></script>
20427 kshitij.so 10
#include ( "templates/commoncssfiles.vm" )
20523 kshitij.so 11
<script>
12
	$("#contactForm").validate({
20525 kshitij.so 13
      	submitHandler: function(form) {
14
        form.submit();
15
      	}
16
 	});
20523 kshitij.so 17
</script>
20427 kshitij.so 18
</head>
19
<body>
20
#include("templates/header.vm")
21
 
22
<!--Contact Us Starts Here-->
23
 
24
<div class="contactUs_Container">
25
 
26
<img src="images/_contact_us_banner.gif" class="contactUs_Image" />
27
 
28
<p><strong>You may be able to find an answer to your query in our help pages.</strong><br />
29
 
30
If our help pages did not provide an answer to your question, please complete the form below. Mandatory fields are marked with*<br /><br />
31
You can also call us on our Toll Free <strong>1800 419 1133</strong><br />
20518 kshitij.so 32
OR Mail us at <strong><a href="mailto:wecare@spicehotspot.co.in" target="_top">wecare@spicehotspot.co.in</a></strong>
20427 kshitij.so 33
</p>
34
 
35
<div class="contactUs_formContainer">
36
<div class="contactUs_formContainerLeft">
37
<ul class="contactUs_formUL">
38
<li>Name*</li>
39
<li>Email*</li>
40
<li>City</li>
41
<li>State</li>
42
<li>Mobile Number</li>
20519 kshitij.so 43
<li>Category*</li>
20427 kshitij.so 44
<li>Message</li>
45
</ul>
46
</div>
47
 
48
<div class="contactUs_formContainerRight">
20523 kshitij.so 49
<form id="contactForm" action="/contact-us" method="post">
20427 kshitij.so 50
<ul class="contactUs_formUL">
20523 kshitij.so 51
<li><input name="name" type="text" style="width:250px;" required/></li>
20524 kshitij.so 52
<li><input name="email" type="email" style="width:250px;" required/></li>
20523 kshitij.so 53
<li><input name="city" type="text" style="width:250px;" required/></li>
54
<li><input name="state" type="text" style="width:250px;" required/></li>
20527 kshitij.so 55
<li><input name="mobile" type="text" style="width:250px;" required/></li>
20519 kshitij.so 56
<li><select name="category">
20427 kshitij.so 57
  <option>Corporate</option>
58
  <option>General</option>
59
  <option>Feedback</option>
60
  <option>Bulk</option>
61
</select></li>
20523 kshitij.so 62
<li><textarea name="msg" class="contactUs_TextArea" required></textarea></li>
20528 kshitij.so 63
<div class="g-recaptcha" data-sitekey="6LcXBA4UAAAAAGK_0GnF75Sj1dX_PL8t_88icLnQ"></div>
20522 kshitij.so 64
<li><input class="contactUs_submit" value="SUBMIT" type="submit"/></li>
20427 kshitij.so 65
</ul>
20519 kshitij.so 66
</form>
20427 kshitij.so 67
</div>
68
</div>
69
</div>
70
 
71
 
72
<!--Contact Us Starts Ends Here-->
73
 
74
 
75
 
76
#include("templates/footer.vm")
77
 
78
</body>
79
</html>