Typeform Integration With Our website | Community
Skip to main content
Answered

Typeform Integration With Our website

  • December 23, 2021
  • 2 replies
  • 274 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

Best answer by mathio-tf

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.

View original

2 replies

mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • December 23, 2021

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.


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • December 23, 2021

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