Delete User Input Database

Hello all,

When a user completes a form, their information is submitted into a database and displayed for them to review. Is there any way for that user to delete the information they submitted or edit it?

Thank you for the help!

Hi Jack

Yes! The best way I’ve found to do this is to make a duplicate of all the input elements, then create a second duplicate dataset and set it to ‘Read & Write’. Then, connect all your duplicate elements to this read & write dataset. You will then notice that you can add a delete function through the dataset the same as how you would link a submit button.

Best fo luck!
Tiaan

1 Like

Thanks Tiaan!

It worked perfectly!

Jack

Happy I could help Jack!