-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtest.html
123 lines (89 loc) · 6.68 KB
/
test.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Respond - Test Form</title>
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="This is a test form">
<meta name="keywords" content="">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<!-- base -->
<base href="">
<!-- open graph -->
<meta property="og:url" content="https://respondcms.com/test" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Test Form" />
<meta property="og:description" content="This is a test form" />
<meta property="og:image" content="https://respondcms.com/" />
<!-- icons -->
<link theme-icon rel="icon" href="resources/icon.png">
<meta theme-color name="msapplication-TileColor" content="#2F3243">
<meta theme-color name="msapplication-TileImage" content="#2F3243">
<meta theme-color name="theme-color" content="#2F3243">
<link theme-icon rel="apple-touch-icon" href="resources/icon.png">
<!-- font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- css -->
<link type="text/css" href="css/libs.min.css" rel="stylesheet">
<link type="text/css" href="css/site.css" rel="stylesheet">
<link type="text/css" href="css/plugins.css" rel="stylesheet">
<style respond-settings></style></head>
<body class="content" data-lastmodified="2018-06-30T12:12:30+0000" data-template="default" data-tags="" show-cart="false">
<header role="banner">
<a class="brand md-plus" href="index"><img theme-logo src="resources/respond-logo.png"></a>
<a class="brand sm" href="index"><img theme-logo src="resources/respond-logo.png"></a>
<nav class="navbar md-plus" role="navigation">
<ul respond-plugin type="menu" menu="primary"><li><a href="index">Home</a></li><li><a href="download">Download</a></li><li><a href="page/tour">Tour</a></li><li><a href="learn">Learn</a></li><li><a href="page/about">About</a></li><li><a href="help">Help</a></li></ul>
</nav>
<div class="menu sm" toggle-drawer>
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" height="24" viewbox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</div>
<div class="search" respond-search>
<svg fill="#fff" height="24" viewbox="0 0 24 24" width="24" preserveaspectratio="xMidYMid meet"><g><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></g></svg>
</div>
</header>
<nav class="drawer">
<ul respond-menu type="primary">
<li><a href="index">Home</a></li>
<li><a href="download">Pricing</a></li>
<li><a href="page/tour">Tour</a></li>
<li><a href="learn">Learn</a></li>
<li><a href="page/about">About</a></li>
<li><a href="help">Help</a></li>
</ul>
</nav>
<div id="content" class="container" role="main">
<div id="block-1" class="block row">
<div class="col col-md-12">
<h1>Test Form</h1>
<p style="">This is a test form</p>
<div respond-plugin="" type="form" form="contact-us" style=""><form id="contact-us" class="" action="https://dev.respondcms.com:443/api/submissions/submit" method="post" data-site="respond" data-success="Form submitted successfully. We will be in contact." data-error="There was an error." data-recaptcha-error="There was an error validating the form. Please try again." respond-form ><input name="siteid" type="hidden" value="respond"><input name="formid" type="hidden" value="contact-us"><div class="form-group" data-id="name" data-label="* Name" data-type="text" data-required="true"><label for="name">* Name</label><input id="name" name="name" type="text" placeholder="" class="form-control"></div><div class="form-group" data-id="email" data-label="* Email" data-type="text" data-required="true"><label for="email">* Email</label><input id="email" name="email" type="text" placeholder="" class="form-control"></div><div class="form-group" data-id="request-or-comment" data-label="Request or Comment" data-type="textarea" data-required="false"><label for="request-or-comment">Request or Comment</label><textarea id="request-or-comment" name="request-or-comment" placeholder="" class="form-control"></textarea></div><div class="g-recaptcha-holder" data-sitekey="6LdspPESAAAAAA3VUtcXA1Bb4VmcSshA8c7Hmj_M"></div><button type="submit" class="btn btn-primary">Submit</button><span class="loading"><!-- ack: https://github.com/jxnblk/loading --><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g><path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/><path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"><animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite" /></path></g></svg></span><span class="error">There was an error submitting your form</span></form></div></div>
</div>
</div>
<footer role="contentinfo" class="base-padding align-center pad-top pad-bottom">
<h2>Build fast, responsive sites with Respond.</h2>
<p>Built by Matthew Smith in Manchester, MO. Respond CMS is the white-label, flat-file, multi-site, incredibly fast CMS of your dreams built on the Lumen PHP and Angular frameworks. Respond is built so that you can quickly build beautiful, responsive websites. The latest version features flat-file storage, a beautiful visual editor, and fast static sites.</p>
<nav>
<ul respond-plugin type="menu" menu="footer"><li><a href="index">Home</a></li><li><a href="download">Get Started</a></li><li><a href="learn">Learn</a></li><li><a href="page/terms-of-service">Terms</a></li><li><a href="page/privacy-policy">Privacy Policy</a></li><li><a href="help">Help</a></li></ul>
</nav>
</footer>
</body>
<!-- js -->
<script src="js/site.all.js?v=1"></script>
<!-- respond-plugin:analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34995127-1', 'auto');
ga('send', 'pageview');
</script>
<!-- /respond-plugin:analytics -->
</html>