forked from meetergo/meetergo-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowser-test.html
More file actions
51 lines (50 loc) · 1.61 KB
/
browser-test.html
File metadata and controls
51 lines (50 loc) · 1.61 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
47
48
49
50
51
<html>
<head>
<script>
window.meetergoSettings = {
floatingButton: {
position: "bottom-left",
text: "Book Appointment",
link: "https://devmeetergo.dev:3000/s/vrT-FaFQ3_",
},
// formListeners: [
// {
// link: "http://localhost:3000/book/u/laurynas-puskunigis/15-min.-meeting/laurynas-puskunigis",
// formId: "15",
// },
// {
// link: "http://localhost:3000/book/u/laurynas-puskunigis/new-meeting/laurynas-puskunigis",
// formId: "30",
// },
// ],
};
</script>
<script src="./dist/esbuild/browser.js"></script>
</head>
<body>
<!-- <button
class="meetergo-modal-button meetergo-styled-button"
link="http://localhost:3000/book/u/laurynas-puskunigis-0/15-min.-meeting/laurynas-puskunigis"
>
yoo
</button>
<form target="./second" method="post" id="15">
<p>15 min meeting</p>
<input value="[email protected]" name="email" />
<input value="Laurynas" name="lol" />
<input value="Puskunigis" name="lastname" />
<button type="submit">Submit</button>
</form>
<form target="./second" method="post" id="30">
<p>30 min meeting</p>
<input value="[email protected]" name="email" />
<input value="Laurynas" name="firstname" />
<input value="Puskunigis" name="lastname" />
<button type="submit">Submit</button>
</form> -->
<!-- <div
class="meetergo-iframe"
link="http://localhost:3000/book/qa/9a8e4853-c04d-4d7f-9978-d8dd1b4b187f"
></div> -->
</body>
</html>