How to Integrate Netlify Forms in a Saber app
On Netlify, any HTML form can instantly accept submissions—no backend code or infrastructure required. As soon as your form is deployed, you start seeing submissions appear in your Netlify dashboard.
On Netlify, any HTML form can instantly accept submissions—no backend code or infrastructure required. As soon as your form is deployed, you start seeing submissions appear in your Netlify dashboard.
Saber by default supports .vue
.js
and .md
pages, this post will introduce you saber-plugin-transformer-html
and saber-plugin-transformer-pug
for .html
and .pug
page support. You will also learn how to write a custom transformer yourself.
It's been two months already since the first release of Saber, but this is the first time we actually introduce it officially (excluding the Tutorial).