diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 15:05:47 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 15:05:47 +0200 |
| commit | 7852a69245bed2bd076930bc706a8a3cc4ed797a (patch) | |
| tree | abc999a4fb8958f7b4093e5b0a69cfab1ff15c65 /exampleSite/config.toml | |
| parent | 064f2c1882ea4c788fe7657e8fb37381771940f8 (diff) | |
| download | gohugo-theme-ed-7852a69245bed2bd076930bc706a8a3cc4ed797a.tar.gz | |
Migrate to formspark.io
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9224727..31b696c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -151,9 +151,11 @@ disableKinds = ['RSS'] [params.contact] # Formspree URL, used in contacts form - formAction = 'https://formspree.io/f/example' + formAction = 'https://submit-form.com/example' # Contact form email subject emailSubject = 'Contact form submission' + # After successful submit, where should the user be redirected? + thanksUrl = '/thanks' [params.assets] # Site icons, relative to ./static |
