Answered

Typeform Integration With Our website

  • 23 December 2021
  • 2 replies
  • 209 views

Greetings!

We were thinking of integrating typeform in our portal.

The front end is built on angular and backend on ruby on rails.

Whenever a user responds to each question in typeform, we want it to be saved in our database as well?

 

Could you please guide us on how to go about this?

 

Thanks and Regards,

Preeti

icon

Best answer by mathio 23 December 2021, 10:07

View original

2 replies

Userlevel 7
Badge +5

Hello @preetiwali 

to embed typeform in your page you can get the code in your share page (or see the technical docs for the embed SDK).

You can retrieve responses to your typeform:

Hope this helps.

Userlevel 7
Badge +5

If you are interested in processing the answers right after they are submitted you might like this article about typeform integration I wrote:

https://medium.com/typeforms-engineering-blog/integrate-typeform-with-next-js-b27a5306bfbb

The example in the article uses Next.js (React), however the same concept could be applied for you app in Angular and Ruby on Rails.

Reply