submit data in sandbox without appearing it first on the live database

Is it possible to submit data in sandbox without appearing first on the live database? I want to check the submitted data of the user in sandbox before making it live. Do I need to code it? Thank you!

Hi Mars,
That isn’t possible. What you can do is add a label field in your database (name it whatever you want). Then in your editor, add a filter in the dataset settings to only show database items with the label “verified” (replace verified with your own label).

Then whenever a user submits your form, it won’t be visible until you add the label “verified”.

Hi Arthur, thank you for your response. Can you give me step by step instruction on how to do that? How can I add filter in the editor? and how can I connect it to the database?

Hi Mars🤗
I can’t give you a step by step tutorial because I have lots of stuff to do right now😫 (sorry🙄). I will give you some links to so support articles that will hopefully help you.

How to create dataset filters: https://support.wix.com/en/article/about-filtering-and-sorting-collection-content-displayed-in-page-elements

How to add database fields: https://support.wix.com/en/article/about-your-content-collection-fields

About repeaters: https://support.wix.com/en/article/wix-editor-about-repeaters

About datasets: https://support.wix.com/en/article/about-datasets-6368396

Arthur Valatin

Thank you for your help :slight_smile: