Render Form Submissions
complete
M
Mark Miyashita
It would be great if there was a super simple way to add a form to our static site without having to create a backend to handle form submissions (demo, sign up, etc)
Similar to: https://www.netlify.com/products/forms/
Log In
G
Geoffrey Callaghan
If you want to add static website forms. This is very helpful tutorial.
Anurag Goel
Merged in a post:
Form Submission
S
Steven Davis
One feature that similar services have is form data being collected by the service, Render, by adding data-renderd to an HTML form tag. It saves for the owner of the site to access under the sites menu.
Anurag Goel
marked this post as
complete
Anurag Goel
Formspree is now a fully integrated addon on Render. We will consider adding a
render
form tag in the future for native form handling.B
Bayu Angora
You can use form addon from your dashboard -> https://dashboard.render.com/new/addon
I
Irfan Gumelar
You might try formcubes.com to collect submission from static sites. For disclosure im the founder. I host it on render too :)
K
Kai Marshland
Not affiliated with render, but in case it's helpful, there are some good third-party tools out there, like https://www.powr.io/
Anurag Goel
Agreed. For now, you can use https://formspree.io.
M
Mark Miyashita
Anurag Goel: agreed :) we're using that for now