Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: recaptcha site key (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jul 2, 2024
1 parent 493490a commit bffe530
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
permalink: index.html
---

<script type="text/javascript" src="https://zcsub-cmpzourl.maillist-manage.com/js/optin.min.js" onload="setupSF('sf3z791cc136c2b7c862f274c028d64a7a99807952474c7b166958eb0046cce6ccfe','ZCFORMVIEW',false,'light',false,'3')"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script type="text/javascript">
function onSubmit(token) {
Expand Down Expand Up @@ -306,24 +307,31 @@ <h3>Subscribe to the Pactus Newsletter</h3>
</div>
</div>
<br>
<div class="g-recaptcha" data-sitekey="6LdNeDUUAAAAAG5l7cJfv1AA5OKLslkrOa_xXxLs" data-callback="onSubmit"></div>
<div class="g-recaptcha" data-sitekey="6LfLWAMqAAAAADUT1PdwTlvpkKoX1OnVcn6Zudcx" data-callback="onSubmit"></div>
<br>
<div>
<button class="btn btn-fixed btn-outline-primary g-recaptcha" data-sitekey="6LdNeDUUAAAAAG5l7cJfv1AA5OKLslkrOa_xXxLs" data-callback="onSubmit">Subscribe</button>
<button class="btn btn-fixed btn-outline-primary g-recaptcha" data-sitekey="6LfLWAMqAAAAADUT1PdwTlvpkKoX1OnVcn6Zudcx" data-callback="onSubmit">Subscribe</button>
</div>
</div>
</div>
</div>
<input type="hidden" name="zc_trackCode" id="zc_trackCode" value="ZCFORMVIEW">
<input type="hidden" id="fieldBorder" value="">
<input type="hidden" name="zc_trackCode" id="zc_trackCode" value="ZCFORMVIEW" onload="">
<input type="hidden" name="viewFrom" id="viewFrom" value="URL_ACTION">
<input type="hidden" name="submitType" value="optinCustomView">
<input type="hidden" name="lD" value="112123bce6a87486f">
<input type="hidden" id="submitType" name="submitType" value="optinCustomView">
<input type="hidden" id="lD" name="lD" value="112123bce6a87486f">
<input type="hidden" name="emailReportId" id="emailReportId" value="">
<input type="hidden" name="zx" id="cmpZuid" value="13218bf6c">
<input type="hidden" name="zcvers" value="3.0">
<input type="hidden" name="mode" value="OptinCreateView">
<input type="hidden" name="zcld" value="112123bce6a87486f">
<input type="hidden" name="zctd" value="112123bce6a8747a9">
<input type="hidden" name="zc_formIx" value="3z791cc136c2b7c862f274c028d64a7a99807952474c7b166958eb0046cce6ccfe">
<input type="hidden" name="oldListIds" id="allCheckedListIds" value="">
<input type="hidden" id="mode" name="mode" value="OptinCreateView">
<input type="hidden" id="zcld" name="zcld" value="112123bce6a87486f">
<input type="hidden" id="zctd" name="zctd" value="112123bce6a8747a9">
<input type="hidden" id="document_domain" value="">
<input type="hidden" id="zc_Url" value="zcsub-cmpzourl.maillist-manage.com">
<input type="hidden" id="new_optin_response_in" value="0">
<input type="hidden" id="duplicate_optin_response_in" value="0">
<input type="hidden" id="zc_formIx" name="zc_formIx" value="3z791cc136c2b7c862f274c028d64a7a99807952474c7b166958eb0046cce6ccfe">
</div>
</form>
<div>
Expand Down

0 comments on commit bffe530

Please sign in to comment.