Using netlify-forms outside netlify platform

I’m hosting landing page for a my own SaaS project with netlify. I can easily start building documentation in markdown, do split testing and even have contact form up and running in minutes… it works great with jekyll!

But Is there a way to integrate netlify forms into rails app? So clients would reach out to us through a same “end point”.

Hey @skatkov,

Firstly, thank you for the kind words.

How you submit the form is entirely customisable however the form itself must exist in HTML. Forms can be rendered client-side with some JS. Here’s some further reading!