This commit is contained in:
Boof 2023-02-07 09:56:07 +01:00 committed by GitHub
parent 143c375295
commit 1a47002eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const formbutton = document.getElementById("submitbutton");
const formbutton = document.getElementById("Emailbutton");
const emailformoverlay = document.getElementById("email-form-overlay");
const emailformpopup = document.getElementById("email-form-popup");

View File

@ -136,6 +136,7 @@
<input value="" name="usedvpn" id="usedvpn" type="hidden" required>
<p style="font-size: 50%; color:#ffffff">When you submit this form you agree to the <a class="colorurl" href="privacy.html">Privacy Policy</a></p>
<button id="submitbutton" type="submit">Send Message</button>
<button id="Emailbutton">Test</button>
</form>
</div>
<div id="email-form-overlay"></div>