Embedding a form from Rails application

  • 13 September 2017
  • 1 reply
  • 14 views

Hi, we’re hoping to embed a signup form from our Rails backend in our Unbounce landing pages. Any hints on how to do this? Specifically how do you get around (or through) the security tokens that Rails forms relies on?

Thanks for any help and/or examples of how to do this.


1 reply

Userlevel 7
Badge +3

Hi @kinscape,

I would build a native Unbounce form. After that set up a webhook to push the form’s data to your Rails backend, appending any authentication, keys, etc.

You might have to code an intermediate step that would receive the form’s data first and send off to the backend.

Best,
Hristian

Reply