Users can send data only once

Hi everyone,

I hope you’re all doing well. I wanted to share an update on the P2P platform I’m building, where users can send information. I have successfully created a form and a table to visualize the submitted data.

To ensure accuracy and prevent duplicate entries, I would like to implement a feature that blocks users from submitting the same information (based on email + another field) multiple times. For instance, I want to disable the submit button if we already have data from that particular user.

I would greatly appreciate any suggestions or ideas you may have on how I can achieve this functionality.

Thank you all in advance for your valuable input!
Richard

Hi @rickgoz , would be enough using this feature?

Thank you very much for your response! I appreciate your suggestion to use a detailed block for this feature. I have tested it, and it indeed works as intended.

However, I am currently using a table to display the results on this particular page. I was wondering if there might be a workaround that would still allow me to utilize this feature while keeping the table layout intact.

I would be grateful for any insights or alternative approaches you could suggest. Thank you once again for your help.