Can I limit the no of Registration in database?

Suppose i am creating a form for cricket registration and i want one user to register only once, if they register once then they cant fill the form next time until i delete their data from data base.
please help me in this issue.

Yes. When they load the form page, query the submission collection for their userId, and if it’s already there disable the submission button and show a notification.
Relevant links:
https://www.wix.com/corvid/reference/wix-users.html
https://www.wix.com/corvid/reference/wix-data.html#query
https://www.wix.com/corvid/reference/$w.Button.html#disable