Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I've added a form that will allow sites hosting on Netlify to set a subscribe (email) forms
Motivation and Context
I wanted to set up an email subscription list to my blog site in order to keep in touch with readers.
The Contact us didn't served for this purpose so I've added a new form for subscribe.
This Form is using the Netlify support to fire up a Zapier zap and send the subscribes to the preferred email service (in my case it is Emailoctopus)
How Has This Been Tested?
This change is already live on my Blog and working fine with the above integration.
(Netlify -> Zapier -> Emailoctopus)
While I could utilised the contact us form to be more generic, this approach will lead to code break with exist contact us forms.
! - I updated the exampleSite but didn't added this change into the description file.
If needed and approved, I'll be happy to do so
Hugo Version:
0.34
Browser(s):
Safari (iOS / OSX)
Screenshots (if appropriate):
Types of changes
Checklist:
theme.toml
, accordingly.