-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (38 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
46 lines (38 loc) · 1.64 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="ajax.js"></script>
<title>My google forms trick!</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-4">
<form method="post" id="ajax_form" action="" >
<div class="class="form-group"">
<label for="firstInput">firstInput</label>
<input type="text" id="firstInput" name="entry.1308696487" class="form-control" required>
</div>
<div class="class="form-group"">
<label for="secondInput">secondInput</label>
<input type="text" id="secondInput" name="entry.474829116" class="form-control" required>
</div>
<input type="hidden" name="fvv" value="1">
<input type="hidden" name="draftResponse" value="[null,null,"-4780882145993182853"]">
<input type="hidden" name="pageHistory" value="0">
<input type="hidden" name="fbzx" value="-4780882145993182853">
<input type="button" id="btn" value="Отправить" />
<br>
<div id="result_form"></div>
</form>
</div>
</div>
</div>
</body>
</html>