Hey Wix Forum users, I have a (hopefully) simple question.
Background: I’m building a website that needs to allow users to input their address, phone number, name, and email, and then redirect to another page where this very same text is displayed on a page. Sounds easy, right?
I used Wix Code to add a database. I created a form for user input. I tested this form, it works great. I set this database to all Admin Only, with the exception of who can read from the database, which is set to anyone. I then added a hidden page (the one that redirects on submission of the form).
I created a dataset (read only) attached to my database. Here’s the problem.
I need to output the text (the address, phone, etc.). I tried using a list, connecting it to my dataset. The list changed after I connected my dataset, and showed all the proper fields that should be displayed- except none of the text. And to add another catch, I only want the information that was inputted by a user to be displayed on the redirected page, not everyones information before them.
I’m not much for code, but I’m more than willing to use HTML elements and code if I need to.
Thank you so much for any and all help.