User input stored in live but doesn't show

Hi…

I have set up a simple form: Name, Location, Message, using user-input fields.
Connected this form to a database using a write-only form-dataset.
Placed a repeater. Connected it to the same database using a read-only dataset.
When I submit the form in a preview mode, the repeater shows the data properly. But when I submit the form in the live site, the repeater is empty.
I have noticed that the data gets stored in the live mode of the database while the sandbox remains empty and for some reason, the repeater is showing the sandbox data (which is empty) and not the live data.

(didn’t use any code by the way).

Any suggestions?
Thank you!

Your database collection permissions are either incorrect or you are missing an extra step to prompt your users to login.

Check out my troubleshooting article for a list of common mistakes:

Thank you! It’s working :trophy: