angrygorilla / progressive-form-enhancement-via-functions

Handle Ajax & normal form POST submissions via functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressively Enhanced Forms on Netlify

Create progressively enhanced forms with Netlify Functions.

If a user visits your site with Javascript turned off, this form will still submit properly.

TLDR; watch video

What is Progressive Enhancement

Progressive Enhancement: What It Is, And How To Use It?

Progressive Enhancement is a powerful methodology that allows Web developers to concentrate on building the best possible websites while balancing the issues inherent in those websites being accessed by multiple unknown user-agents. Progressive Enhancement (PE) is the principle of starting with a rock-solid foundation and then adding enhancements to it if you know certain visiting user-agents can handle the improved experience.

About

Handle Ajax & normal form POST submissions via functions


Languages

Language:HTML 81.1%Language:JavaScript 18.9%