This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 445
/
submitgame.html
216 lines (198 loc) · 13 KB
/
submitgame.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
204
205
206
207
208
209
210
211
212
213
214
215
216
<script src="https://cdn01.jotfor.ms/static/prototype.forms.js?3.3.42218" type="text/javascript"></script>
<script src="https://cdn02.jotfor.ms/static/jotform.forms.js?3.3.42218" type="text/javascript"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/punycode/1.4.1/punycode.js"></script>
<script src="https://cdn03.jotfor.ms/js/vendor/jquery-1.8.0.min.js?v=3.3.42218" type="text/javascript"></script>
<script defer src="https://cdn01.jotfor.ms/js/vendor/maskedinput.min.js?v=3.3.42218" type="text/javascript"></script>
<script defer src="https://cdn02.jotfor.ms/js/vendor/jquery.maskedinput.min.js?v=3.3.42218" type="text/javascript"></script>
<script src="https://cdn03.jotfor.ms/js/payments/validategateways.js?v=3.3.42218" type="text/javascript"></script>
<script type="text/javascript"> JotForm.newDefaultTheme = true;
JotForm.extendsNewTheme = false;
JotForm.singleProduct = false;
JotForm.newPaymentUIForNewCreatedForms = true;
JotForm.newPaymentUI = true;
JotForm.clearFieldOnHide="disable";
JotForm.submitError="jumpToFirstError";
JotForm.init(function(){
/*INIT-START*/
if (window.JotForm && JotForm.accessible) $('input_5').setAttribute('tabindex',0);
if (window.JotForm && JotForm.accessible) $('input_3').setAttribute('tabindex',0);
JotForm.setPhoneMaskingValidator( 'input_4_full', '\u0028\u0023\u0023\u0023\u0029 \u0023\u0023\u0023\u002d\u0023\u0023\u0023\u0023' );
if (window.JotForm && JotForm.accessible) $('input_8').setAttribute('tabindex',0);
JotForm.alterTexts(undefined);
/*INIT-END*/
});
JotForm.prepareCalculationsOnTheFly([null,{"name":"heading","qid":"1","text":"Game Request?","type":"control_head"},{"name":"submit2","qid":"2","text":"Submit","type":"control_button"},{"description":"","name":"gameName","qid":"3","subLabel":"","text":"Game Name","type":"control_textbox"},{"description":"","name":"phoneNumber","qid":"4","text":"Phone Number","type":"control_phone"},{"description":"","name":"name","qid":"5","subLabel":"","text":"Name","type":"control_textbox"},{"description":"","name":"email","qid":"6","subLabel":"This Is For Contact purposes only.","text":"Email","type":"control_email"},{"description":"","name":"typeA","qid":"7","text":"Game Type","type":"control_radio"},{"description":"","name":"typeA8","qid":"8","subLabel":"","text":"Where Can We Find This Game? (Optional)","type":"control_textarea"}]);
setTimeout(function() {
JotForm.paymentExtrasOnTheFly([null,{"name":"heading","qid":"1","text":"Game Request?","type":"control_head"},{"name":"submit2","qid":"2","text":"Submit","type":"control_button"},{"description":"","name":"gameName","qid":"3","subLabel":"","text":"Game Name","type":"control_textbox"},{"description":"","name":"phoneNumber","qid":"4","text":"Phone Number","type":"control_phone"},{"description":"","name":"name","qid":"5","subLabel":"","text":"Name","type":"control_textbox"},{"description":"","name":"email","qid":"6","subLabel":"This Is For Contact purposes only.","text":"Email","type":"control_email"},{"description":"","name":"typeA","qid":"7","text":"Game Type","type":"control_radio"},{"description":"","name":"typeA8","qid":"8","subLabel":"","text":"Where Can We Find This Game? (Optional)","type":"control_textarea"}]);}, 20);
</script>
<style type="text/css">@media print{.form-section{display:inline!important}.form-pagebreak{display:none!important}.form-section-closed{height:auto!important}.page-section{position:initial!important}}</style>
<link type="text/css" rel="stylesheet" href="https://cdn01.jotfor.ms/themes/CSS/5e6b428acc8c4e222d1beb91.css?v=3.3.42218"/>
<link type="text/css" rel="stylesheet" href="https://cdn02.jotfor.ms/css/styles/payment/payment_styles.css?3.3.42218" />
<link type="text/css" rel="stylesheet" href="https://cdn03.jotfor.ms/css/styles/payment/payment_feature.css?3.3.42218" />
<style type="text/css" id="form-designer-style">
/* Injected CSS Code */
/*PREFERENCES STYLE*/
.form-all {
font-family: Inter, sans-serif;
}
.form-label.form-label-auto {
display: block;
float: none;
text-align: left;
width: 100%;
}
.form-line {
margin-top: 12px;
margin-bottom: 12px;
padding-top: 0;
padding-bottom: 0;
}
.form-all {
max-width: 752px;
width: 100%;
}
.form-label.form-label-left,
.form-label.form-label-right,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
width: 230px;
}
.form-all {
font-size: 16px
}
.supernova .form-all, .form-all {
background-color: #fff;
}
.form-all {
color: #2C3345;
}
.form-header-group .form-header {
color: #2C3345;
}
.form-header-group .form-subHeader {
color: #2C3345;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label {
color: #2C3345;
}
.form-sub-label {
color: #464d5f;
}
.supernova {
background-color: #f3f3fe;
}
.supernova body {
background: transparent;
}
.form-textbox,
.form-textarea,
.form-dropdown,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
background-color: #fff;
}
.supernova {
background-image: none;
}
#stage {
background-image: none;
}
.form-all {
background-image: none;
}
.form-all {
position: relative;
}
.form-all:before {
content: "";
background-image: url("https://www.jotform.com/uploads/Dantae_romero/form_files/nativelogo.64741171957da2.69913888.jpg");
display: inline-block;
height: 103.7037037037037px;
position: absolute;
background-size: 80px 103px;
background-repeat: no-repeat;
width: 100%;
}
.form-all {
margin-top: 123px;
}
.form-all:before {
top: -113px;
background-position: top center;
left: 0;
}
/*PREFERENCES STYLE*//*__INSPECT_SEPERATOR__*/
/* Injected CSS Code */
</style>
<form class="jotform-form" action="https://submit.jotform.com/submit/231479022530045" method="post" name="form_231479022530045" id="231479022530045" accept-charset="utf-8" autocomplete="on"><input type="hidden" name="formID" value="231479022530045" /><input type="hidden" id="JWTContainer" value="" /><input type="hidden" id="cardinalOrderNumber" value="" />
<div role="main" class="form-all">
<ul class="form-section page-section">
<li id="cid_1" class="form-input-wide" data-type="control_head">
<div class="form-header-group header-large">
<div class="header-text httal htvam">
<h1 id="header_1" class="form-header" data-component="header">Game Request?</h1>
<div id="subHeader_1" class="form-subHeader">Let Us Know</div>
</div>
</div>
</li>
<li class="form-line" data-type="control_textbox" id="id_5"><label class="form-label form-label-top form-label-auto" id="label_5" for="input_5"> Name </label>
<div id="cid_5" class="form-input-wide" data-layout="half"> <input type="text" id="input_5" name="q5_name" data-type="input-textbox" class="form-textbox" data-defaultvalue="" style="width:310px" size="310" value="" data-component="textbox" aria-labelledby="label_5" /> </div>
</li>
<li class="form-line jf-required" data-type="control_textbox" id="id_3"><label class="form-label form-label-top form-label-auto" id="label_3" for="input_3"> Game Name<span class="form-required">*</span> </label>
<div id="cid_3" class="form-input-wide jf-required" data-layout="half"> <input type="text" id="input_3" name="q3_gameName" data-type="input-textbox" class="form-textbox validate[required]" data-defaultvalue="" style="width:310px" size="310" value="" data-component="textbox" aria-labelledby="label_3" required="" /> </div>
</li>
<li class="form-line" data-type="control_email" id="id_6"><label class="form-label form-label-top form-label-auto" id="label_6" for="input_6"> Email </label>
<div id="cid_6" class="form-input-wide" data-layout="half"> <span class="form-sub-label-container" style="vertical-align:top"><input type="email" id="input_6" name="q6_email" class="form-textbox validate[Email]" data-defaultvalue="" style="width:310px" size="310" value="" data-component="email" aria-labelledby="label_6 sublabel_input_6" /><label class="form-sub-label" for="input_6" id="sublabel_input_6" style="min-height:13px" aria-hidden="false">This Is For Contact purposes only.</label></span> </div>
</li>
<li class="form-line" data-type="control_phone" id="id_4"><label class="form-label form-label-top form-label-auto" id="label_4" for="input_4_full"> Phone Number </label>
<div id="cid_4" class="form-input-wide" data-layout="half"> <span class="form-sub-label-container" style="vertical-align:top"><input type="tel" id="input_4_full" name="q4_phoneNumber[full]" data-type="mask-number" class="mask-phone-number form-textbox validate[Fill Mask]" data-defaultvalue="" autoComplete="section-input_4 tel-national" style="width:310px" data-masked="true" value="" placeholder="(000) 000-0000" data-component="phone" aria-labelledby="label_4 sublabel_4_masked" /><label class="form-sub-label" for="input_4_full" id="sublabel_4_masked" style="min-height:13px" aria-hidden="false">This Is For Contact purposes only.</label></span> </div>
</li>
<li class="form-line" data-type="control_radio" id="id_7"><label class="form-label form-label-top form-label-auto" id="label_7" for="input_7"> Game Type </label>
<div id="cid_7" class="form-input-wide" data-layout="full">
<div class="form-single-column" role="group" aria-labelledby="label_7" data-component="radio"><span class="form-radio-item" style="clear:left"><span class="dragger-item"></span><input type="radio" aria-describedby="label_7" class="form-radio" id="input_7_0" name="q7_typeA" value="HTML" /><label id="label_input_7_0" for="input_7_0">HTML</label></span><span class="form-radio-item" style="clear:left"><span class="dragger-item"></span><input type="radio" aria-describedby="label_7" class="form-radio" id="input_7_1" name="q7_typeA" value="FLASH" /><label id="label_input_7_1" for="input_7_1">FLASH</label></span><span class="form-radio-item formRadioOther" style="clear:left"><input type="radio" class="form-radio-other form-radio" name="q7_typeA" id="other_7" value="other" tabindex="0" aria-label="Other" /><label id="label_other_7" style="text-indent:0" for="other_7">Other</label><span id="other_7_input" class="other-input-container" style="display:none"><input type="text" class="form-radio-other-input form-textbox" name="q7_typeA[other]" data-otherhint="Other" size="15" id="input_7" data-placeholder="Please type another option here" placeholder="Please type another option here" /></span></span></div>
</div>
</li>
<li class="form-line" data-type="control_textarea" id="id_8"><label class="form-label form-label-top form-label-auto" id="label_8" for="input_8"> Where Can We Find This Game? (Optional) </label>
<div id="cid_8" class="form-input-wide" data-layout="full"> <textarea id="input_8" class="form-textarea" name="q8_typeA8" style="width:648px;height:163px" data-component="textarea" aria-labelledby="label_8"></textarea> </div>
</li>
<li class="form-line" data-type="control_button" id="id_2">
<div id="cid_2" class="form-input-wide" data-layout="full">
<div data-align="auto" class="form-buttons-wrapper form-buttons-auto jsTest-button-wrapperField"><button id="input_2" type="submit" class="form-submit-button form-submit-button-blue-400 submit-button jf-form-buttons jsTest-submitField" data-component="button" data-content="">Submit</button></div>
</div>
</li>
<li style="display:none">Should be Empty: <input type="text" name="website" value="" /></li>
</ul>
</div>
<script>
JotForm.showJotFormPowered = "new_footer";
</script>
<script>
JotForm.poweredByText = "Powered by Jotform";
</script><input type="hidden" class="simple_spc" id="simple_spc" name="simple_spc" value="231479022530045" />
<script type="text/javascript">
var all_spc = document.querySelectorAll("form[id='231479022530045'] .si" + "mple" + "_spc");
for (var i = 0; i < all_spc.length; i++)
{
all_spc[i].value = "231479022530045-231479022530045";
}
</script>
<div class="formFooter-heightMask"></div>
<div class="formFooter f6 branding21">
</div>
</form><script type="text/javascript">JotForm.ownerView=true;</script><script src="https://cdn.jotfor.ms//js/vendor/smoothscroll.min.js?v=3.3.42218"></script>
<script src="https://cdn.jotfor.ms//js/errorNavigation.js?v=3.3.42218"></script>