-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
43 lines (41 loc) · 1.69 KB
/
registration.html
File metadata and controls
43 lines (41 loc) · 1.69 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
<!-- Bizzabo "General Admission" Registration Flow Widget Begin -->
<div style="display: inline-flex; width: 100%;"
class="bz-widget-tickets-inline"
data-flow-id="25ae9804-7bfb-4b40-8849-5800179c2845"
data-event-id="2"
data-registration-proxy="true">
</div>
<script type="text/javascript"
class="bz-inline-widget-script"
id="bz-inline-registration-script-25ae9804-7bfb-4b40-8849-5800179c2845"
data-event-id="2"
>
(function(){
var bz=document.createElement("script");
bz.type="text/javascript";
bz.async=true;
bz.src = "https://pink-organizer.ext.dev.bizzabo.com/widgets/flows/tickets/ticketsSelect.js";
var s=document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bz,s);
})();
</script>
<script type = "text/javascript"
id="bz-popup-registration-script-25ae9804-7bfb-4b40-8849-5800179c2845"
data-event-id="2"
data-registration-proxy="true"
data-unique-name="2"
data-flow-id="25ae9804-7bfb-4b40-8849-5800179c2845"
data-inline-widget="true"
>
(function() {
var bz = document.createElement("script");
bz.type = "text/javascript";
bz.async = true;
bz.setAttribute("data-flow-id","25ae9804-7bfb-4b40-8849-5800179c2845")
bz.setAttribute("data-inline-widget", "true")
bz.src = "https://pink-organizer.ext.dev.bizzabo.com/widgets/flows/popup/registrationPopup.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bz, s);
})();
</script>
<!-- Bizzabo "General Admission" Registration Flow Widget End -->