Skip to content

Commit

Permalink
chore: update app script for contact form
Browse files Browse the repository at this point in the history
use latest deployment
  • Loading branch information
BobyMCbobs committed Aug 28, 2024
1 parent 4961dd0 commit 3bb1a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/ii/layouts/contact/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{{ .Title }}</h1>
</div>
</form>
<script>
const scriptURL='https://script.google.com/macros/s/AKfycbzip-YaZaOmH-_ngKyCHOCsq2MxyfZjIyb18qg9xW4daJktfL3B09agnXLUdvXKfdP4pQ/exec'
const scriptURL='https://script.google.com/macros/s/AKfycbzXBzHkoPLGxhickkZ3sDdXk0vWNBzVeeUdp-esQnY6EY4FQl2g2sTuDf7lNBJfz1Fz0A/exec'
const contactForm = document.querySelector("#contact_form")
const submitButton = document.querySelector("#contact_submit")

Expand Down

0 comments on commit 3bb1a38

Please sign in to comment.