Dynamic form with postgreSQL database integration

  • 26 April 2019
  • 1 reply
  • 6 views

Hi Guys, how are u?

I need to create a form that will be populated with pre-registered data in a postgreSQL database. After that, the lead information must go to a TXT file or a Sheet hosted on my client server.

Any ideas to make it happen?

thanks!


1 reply

Userlevel 7
Badge +3

Hey @naylaferreira,

The answer to your question is: it really depends on your backend setup and the security you need in place.

Can you do it: Yes.

You can query your DB, pre-fill fields and later on when the form is submitted you can push the form’s data anywhere you want.

In order to make it all work, you’ll need a bit of work with your backend and also write some custom JS.

Best,
Hristian

Reply