Hi everyone,
I’m building a feedback form in Adalo that I’d like to use for multiple users. To avoid creating multiple pages, I’ve set up a unique URL for each user that includes their user ID. For example:
https://myapp.adalo.com/feedback?userId=123
When the user’s customers open the form, they should see the relevant user’s information (like their logo) and submit their feedback.
However, I’m having trouble associating the form responses with the correct user. All the responses are mixed up, and I can’t determine which response belongs to which user.
Here’s what I’m trying to achieve:
- Capture the user ID from the URL parameter when the form is opened.
- Store this user ID in a temporary field for the current session.
- Associate each form response with the correct user based on the captured user ID.
I’ve tried using page actions and temporary fields, but I’m not sure if I’m doing it correctly. Could someone please provide detailed steps or a tutorial on how to achieve this? Or maybe an other way to do it…
Any help would be greatly appreciated!
Thanks in advance!