-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
executable file
·203 lines (154 loc) · 5.41 KB
/
form.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!--
Copyright 2015 JQueryForm.com
License: http://jqueryform.com/license.php
Generated by http://www.jqueryform.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="generator" content="jqueryform.com">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>SLINGalytics :: Generated By JQueryForm.Com</title>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.0/css/bootstrap-datepicker3.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="vendor.css" rel="stylesheet">
<style type="text/css">
body{
background-color: transparent;
}
textarea.form-control {
height: 40px;
}
.form-control {
width: 50%;
}
.jf-form{
margin-top: 28px;
}
.jf-option-box{
display: none;
margin-left: 8px;
}
.jf-hide{
display: none;
}
.jf-disabled {
background-color: #eeeeee;
opacity: 0.6;
pointer-events: none;
}
/*
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
position: absolute;
margin-top: 4px \9;
margin-left: 0px;
}
div.form-group{
padding: 8px 8px 4px 8px;
}
p.error, p.validation-error{
padding: 5px;
}
p.error{
margin-top: 10px;
color:#a94442;
}
p.server-error{
font-weight: bold;
}
div.thumbnail{
position: relative;
text-align: center;
}
div.thumbnail.selected p{
color: #ffffff;
}
div.thumbnail .glyphicon-ok-circle{
position: absolute;
top: 16px;
left: 16px;
color: #ffffff;
font-size: 32px;
}
.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}
.form-group.required .control-label:after {
color: #dd0000;
content: "*";
margin-left: 6px;
}
</style>
</head>
<body>
<!-- ----------------------------------------------- -->
<div class="container jf-form">
<form data-licenseKey="" name="jqueryform-c96556" id="jqueryform-c96556" action='admin.php' method='post' enctype='multipart/form-data' novalidate autocomplete="on">
<input type="hidden" name="method" value="validateForm">
<input type="hidden" id="serverValidationFields" name="serverValidationFields" value="">
<div class="form-group c33 required" data-cid="c33">
<label class="control-label" for="c33">Choose your naming scenario:</label>
<div class="radio">
<input id="c33_1" name="c33" type="radio" value="Product Version Name (i.e., Mavericks)"
data-rule-required="true" >
<label for="c33_1">
Product Version Name (i.e., Mavericks)
</label>
</div>
<div class="radio">
<input id="c33_2" name="c33" type="radio" value="Product Name (i.e., Windozer8)" >
<label for="c33_2">
Product Name (i.e., Windozer8)
</label>
</div>
<div class="radio">
<input id="c33_3" name="c33" type="radio" value="Type of Solution (i.e., ILS)" >
<label for="c33_3">
Type of Solution (i.e., ILS)
</label>
</div>
</div>
<div class="form-group c3 required" data-cid="c3">
<label class="control-label" for="c3">Your name suggestion (please only one per submission):</label>
<textarea class="form-control" id="c3" name="c3" rows="3"
data-rule-required="true"
data-rule-maxlength="100" ></textarea>
</div>
<div class="form-group submit">
<input class="btn btn-primary btn-lg" type="submit" value="Submit">
<p class="error bg-warning" style="display:none;">
Please check the required fields. </p>
</div>
</form>
<a href="" target="_blank" class="jf-copyright">Powered by SLINGalytics</a>
</div>
<div class="container jf-thankyou" style="display:none;" data-redirect="http://gss.ebscohost.com/cspalding/slingsling/form.html" data-seconds="10">
<h3>Your choice is now under consideration. Exciting, eh?!? </h3><CR>
<h3>Reloading page so you can do this again if you wish...</h3>
</div>
<!-- ----------------------------------------------- -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.0/js/bootstrap-datepicker.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/additional-methods.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js"></script>
<script src="vendor.js" ></script>
<script src="jqueryform.com.min.js" ></script>
<script type="text/javascript">
// start jqueryform initialization
// --------------------------------
JF.init('#jqueryform-c96556');
</script>
</body>
</html>