The jQuery plugin that displays the input, confirmation, and completion screen flow. It uses jQuery ajax to provide a single page.
const options = {
demo: true,
}
$(window).singlePageForm(options)
cp src/jquery-single-page-form.js ${your project}
git clone https://github.com/ljourm/jquery-single-page-form.git
cd jquery-single-page-form
yarn install
yarn build
cp dist/jquery-single-page-form.min.js ${your project}
TODO