We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600148 commit c6c2ccaCopy full SHA for c6c2cca
1 file changed
index.html
@@ -22,9 +22,9 @@
22
return (false);
23
}
24
25
- const promo = getQueryVariable("promo");
26
- if (promo != "") {
27
- window.location = "https://www.yepdesk.com/buy-tickets/5cf54360e4b02098c0ab6d34/default-promo/" + promo;
+ const promo = getQueryVariable("form");
+ if (promo == "") {
+ window.location = "https://docs.google.com/forms/d/e/1FAIpQLSdKrFi0sbX3w8dxrKsLgwmmT-Ea6WXCB7fatAEOLayY4aZyBA/viewform";
28
29
</script>
30
0 commit comments