Skip to content

Commit

Permalink
Update email signup form to Google Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkao committed Nov 14, 2023
1 parent eb66e86 commit beb1475
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@
</script> -->
<!-- End Twitter universal website tag code -->

<script async src="https://widgets.givebutter.com/latest.umd.cjs?acct=U6SIETbZGij8rNPi&p=other"></script>
<!-- <script async src="https://widgets.givebutter.com/latest.umd.cjs?acct=U6SIETbZGij8rNPi&p=other"></script> -->
<!-- Givebutter Elements -->
<script>
<!-- <script>
window.Givebutter=window.Givebutter||function(){(Givebutter.q=Givebutter.q||[]).push(arguments)};Givebutter.l=+new Date;
window.Givebutter('setOptions', {
accountId: "U6SIETbZGij8rNPi", // Visit your Dashboard to find your Account ID.
});
</script>
<script async src="https://js.givebutter.com/elements/latest.js"></script>
<script async src="https://js.givebutter.com/elements/latest.js"></script> -->
<!-- End Givebutter Elements -->
</head>

Expand Down Expand Up @@ -284,10 +284,26 @@ <h1>About Us</h1>
<a class="btn btn-primary btn-lg" href="https://www.paypal.com/us/fundraiser/charity/4391430">
Donate Now
</a>
<button class="btn btn-primary btn-lg" givebutter-element='button' givebutter-campaign='EBLTAX' givebutter-theme="click-only">
<button class="btn btn-primary btn-lg" type="button" data-toggle="modal" data-target="#MLModal">
Sign Up For Our Mailing List
</button>
</p>
<div class="modal fade" id="MLModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScz259gQETXr22adLxsj01FC9RCOGJcu65YPP_u6732T2lq_A/viewform?embedded=true" width="100%" height="950px" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
</div>
</div>
<!-- <button class="btn btn-primary btn-lg" formsappId=6553dd9f86d9f68a9edd29e8 onclick="formsappForm.open()"></button>
<script src="https://forms.app/static/embed.js" type="text/javascript" async defer onload="new formsapp('6553dd9f86d9f68a9edd29e8', 'popup', {'overlay':'rgba(45,45,45,0.5)','button':{'font-size':'1.25rem', 'text':'Sign Up For Our Mailing List'},'width':'800px','height':'600px'});"></script> -->
</div>
</div>

Expand Down

0 comments on commit beb1475

Please sign in to comment.