We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af0969 commit e8835a4Copy full SHA for e8835a4
content/pages/04-web-development/34-static-site-generator.markdown
@@ -190,6 +190,10 @@ provide a unique angle on how to use a static site generator.
190
[JavaScript](/javascript.html) deployed to [AWS Lambda](/aws-lambda.html)
191
to collect input with a form on a static site.
192
193
+* [5 ways to handle forms on your static site](https://forestry.io/blog/5-ways-to-handle-forms-on-your-static-site/)
194
+ gives a good overview of options like Google Forms for when you absolutely
195
+ must get input from users on a static site.
196
+
197
198
### Static site deployment resources
199
Deploying a static site is far less complicated than a
0 commit comments