-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
65 lines (57 loc) · 2.45 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Simple jQuery Contact Form With Validation - Demo Preview</title>
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript" async="" src="SendMail_files/ga.js"></script><script src="SendMail_files/jquery.js"></script>
<link rel="stylesheet" href="SendMail_files/contact_form.css">
<script src="SendMail_files/contact_form.js"></script>
<script type="text/javascript">
//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.5 |http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-43981329-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
</head>
<body>
<div id="mainform">
<h2>Simple jQuery Contact Form With Validation</h2>
<!-- Required div starts here -->
<form id="form">
<h3>Contact Form</h3>
<p id="returnmessage"></p>
<hr><br>
<label>Name: <span>*</span></label>
<br>
<input id="name" placeholder="Name" placeholder="Name" type="text"><br>
<br>
<label>Email: <span>*</span></label>
<br>
<input id="email" placeholder="Email" type="text"><br>
<br>
<label>Contact No: <span>*</span></label>
<br>
<input id="contact" placeholder="10 digit Mobile no." placeholder="Contact No." type="text"><br>
<br>
<label>Message:</label>
<br>
<textarea id="message" placeholder="Message......."></textarea><br>
<br>
<input id="submit" value="Send Message" type="button">
<br>
<p><span><u>Note:</u></span></p><span id="note">In this demo, we have<span> stopped email sending functionality.</span> Download our zip file and upload it in your server to avail this service.</span>
</form>
<!-- Right side div -->
<div id="formget"><a href="http://www.formget.com/app"><img src="SendMail_files/formget.jpg" alt="Online Form Builder"></a>
</div>
</div>
</body></html>