Skip to main content

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.

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