Hi ,
I need to save the results from the TypeForm web hook to a SQL database for my project.
Is there a simple and efficient way to process the data received on the web hook?
I am on PHP8/Symfony5,
- I want to know if there is a way to customize the results, for example by putting a string key instead of a translated string for the choice type results.
- If is exist another way than id to identify what answer correspond
- I don't want to store in the database all possible answer identifiers to link with the right data
Thank you for helping me :)