fix checkbox

This commit is contained in:
Boof 2023-05-02 09:58:20 +02:00 committed by GitHub
parent 6393285d28
commit 88c77b4a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,8 +149,8 @@
<!--<textarea name="message" id="email" id="contact-form-message" rows="3" required></textarea>-->
<input value="" name="formip" id="formip" type="hidden" required>
<input value="" name="usedvpn" id="usedvpn" type="hidden" required>
<p style="font-size: 50%; color:#ffffff"> <input type="checkbox" required> When you submit this form you agree to the <a class="colorurl"
href="privacy.html">Privacy Policy</a></p>
<input type="checkbox" id="agreePrivacy" required> <label style="font-size: 50%; color:#ffffff" for="agreePrivacy">When you submit this form you agree to the <a class="colorurl"
href="privacy.html">Privacy Policy</a></label>
<button id="submitbutton" type="submit">Send Message</button>
<button class="emailformbutton" id="emailformbutton" type="button">Subscribe to my newsletter</button>
</form>