Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkao committed Nov 21, 2024
2 parents 58ec2e3 + 11e5764 commit fde64cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions dna-ticket-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,11 @@

})

// document.getElementById("email-form").style.display = 'none';
// document.getElementById("discount-code-area").style.display = 'block';
document.getElementById("email-form").style.display = 'none';
document.getElementById("discount-code-area").style.display = 'block';

// Comment out when displaying code
// gtag_reporgitt_conversion_submit();
ticketSubmit();
// ticketSubmit();
}

function addCallback(url) {
Expand Down Expand Up @@ -271,8 +270,8 @@ <h4>Ticket Contact Registration</h4>
<div class="modal-body">
<form class="email-form" id="email-form">
<p>Please enter your name and email address so we can provide DJ updates and other show-related notifications.</p>
<!-- <p><strong>Buy tickets now and get an instant discount code to use on your ticket purchase!</strong></p> -->
<p><strong>Buy tickets now while discounted early advance pricing is still available!</strong></p>
<p><strong>Buy tickets now and get an instant discount code to use on your ticket purchase!</strong></p>
<!-- <p><strong>Buy tickets now while discounted early advance pricing is still available!</strong></p> -->
<div class="row">
<div class="col">
<label for="fname" class="form-label">First Name</label>
Expand Down
6 changes: 3 additions & 3 deletions show.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Show Redirect</title>

<script type="text/javascript">
var QUERY_STRING = "utm_campaign=2024NovDNA&utm_source=cospromo"
var QUERY_STRING = "utm_campaign=2024NovDNA&utm_source=bsky"
var BASE_URL = "https://aniclover.com/dna-ticket-info"

var joinChar = '?';
Expand Down Expand Up @@ -40,10 +40,10 @@
/></noscript>
<!-- End Meta Pixel Code -->

<!-- <meta http-equiv="refresh" content="0; URL=https://aniclover.com?utm_campaign=2024NovDNA&utm_source=cospromo" /> -->
<!-- <meta http-equiv="refresh" content="0; URL=https://aniclover.com?utm_campaign=2024NovDNA&utm_source=bsky" /> -->
</head>
<body>
<a id="link" href="https://aniclover.com/dna-ticket-info?utm_campaign=2024NovDNA&utm_source=cospromo">Click here to continue to buy tickets</a>
<a id="link" href="https://aniclover.com/dna-ticket-info?utm_campaign=2024NovDNA&utm_source=bsky">Click here to continue to buy tickets</a>

<script type="text/javascript">
const link = document.querySelector("#link")
Expand Down

0 comments on commit fde64cc

Please sign in to comment.