-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing customised Formspree POST URL handling from the contact form
- Loading branch information
Showing
17 changed files
with
29 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ form_name = "defaultContact" | |
title = "Comment using the Contact fragment" | ||
subtitle = "*not working on demo page*" | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ form_name = "contact-form-netlify" | |
title = "Contact fragment with Netlify support" | ||
subtitle = "*not working on demo page*" | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
netlify = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ form_name = "contact-form-recaptcha" | |
title = "Contact fragment with ReCaptcha support" | ||
subtitle = "*not working on demo page*" | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ form_name = "contact-form" | |
title = "Contact fragment" | ||
subtitle = "*not working on demo page*" | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ title = "Contact fragment" | |
subtitle = "*not working on demo page*" | ||
#title_align = "left" # Default is center, can be left, right or center | ||
|
||
# PostURL can be used with backends such as mailout from caddy | ||
post_url = "https://example.com/mailout" #default: formspree.io | ||
# PostURL can be used with backends such as formspree, or mailout from caddy | ||
post_url = "https://example.com/mailout" | ||
email = "[email protected]" | ||
button_text = "Send Button" # defaults to theme default | ||
#netlify = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters