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!