Skip to content

Commit

Permalink
Modified sitekey option
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Jun 26, 2024
1 parent f6387b9 commit 670da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Contact Us</h3>
<textarea class="form-control" placeholder="Message*" rows="3" name="Message" id="quickmessage" required></textarea>
</div>
<input type="hidden" name="_subject" value="[UnBlock Health] - Contact Form Submission" />
<input type="hidden" name="sitkey" id="sitkey" value="{{ .Site.Params.recaptchaSecretKey }}" />
<input type="hidden" name="sitkey" id="sitkey" value="6LfG8v8pAAAAAEgxJXOK7v0ko5Z-7HLPQ7f8DdfN" />
<input id="contact-submit" type="button" class="btn btn-send" value="Send">
<!--<button class="btn btn-send" id="contact-submit" type="submit">Send</button>-->
</form>
Expand Down

0 comments on commit 670da70

Please sign in to comment.