How to connect Wix back-end to a form I coded and connected to Velo?

Could you be a little more specific? Like which backend part or what you mean by “connected to Velo”? Code?

Thank you for trying to help.

I want to build a form on Velo, and then I ask myself how to connect the answers people put in the form to a back-end so I will have the answers stored in a readable data storage.

@eranblade
When people submit a form, evrything is send to the database.
So you have evrything you need.

Now you just have to query the data and show it so its readable for you.

There you will find evrything you need to query the database.

Kind regards,
kristof

@volkaertskristof Thanks a lot. I’ll look into that.