How to delete member Submission!

I was trying to create a website that displays used products, the whole website based on the users submissions for the products they want to offer.

Member only can submit to sell a product.

  • database is fine
  • Submission form is fine
  • displaying the item in a table works too .

BUT how can i allow the User " who submitted " to delete his offer when its sold ?
and how can i create a table that displays only his submissions?

Thanks.

Hi Jhin,

Welcome to Wix Code.

Each submission record should include a unique productID and the userID of the user who submitted the product. In this way, when the user requests a display of only his submissions, you would filter the query according to the userID. If the user wants to delete one of the items listed, the item is deleted according to the productID .

Good luck,

Yisrael