Browse Source

updated contact form method to use centeralized alert service

master
jrtechs 2 years ago
parent
commit
1edc932e9c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/blog/contact.html

+ 2
- 1
templates/blog/contact.html View File

@ -7,7 +7,7 @@
<h1>Message Sent</h1>
<p>I will try to get back to you within a week. Thank you for messaging me.</p>
{else}
<form action="/contact" method="post">
<form action="https://alert.jrtechs.net/contact" method="post">
<div class="card border-primary rounded-0">
<div class="card-header p-0">
<div class="bg-info text-white text-center py-2">
@ -48,6 +48,7 @@
</div>
<div class="form-group">
<input type="hidden" id="site" name="site" value="jrtechs.net">
<div class="g-recaptcha" data-sitekey="6LceWF8UAAAAAIsd7F6iY_Pywt4fJsJlFNPtEgi9"></div>
</div>

Loading…
Cancel
Save