My user input form used to work, now it doesn't

Hi all,
I had my website all set up and it was working fine until a couple of days ago. Specifically, I have an non-dynamic user input page where the user either types or chooses an option in a dropdown. I was able to test 3 user inputs and it worked great, then all of a sudden it no longer allows me to add any new inputs or make a choice in the dropdown options. Also I have not been able to see the 3 inputs already in the database in a table I created on one of my pages.
Many thanks for any help…

Update:
Did some additional trouble shooting and it seems as though when I add a new user input(any type) it will allow me type/make a choice. However once I attach the input to my associated database it no longer allows me to enter an input.

Can you give me the url of your site. I don’t fully understand the problem

Hi Dalia, here is the website link…https://contactdocentz.wixsite.com/traindaathlete-1

Click on Athlete bracket button on main page, login as test@gmail.com, 123456…once you login you go to the Athlete bracket top menu link and select “Create my brackets”. It is on this page where the problem occurs.

Great website !
When I opened the chrome console log on that page I saw this error :
Failed to load initial data Error: The current user does not have permissions to read on the Brackets collection
You need to check the permissions on your collections and make sure your members can read the data

1 Like

Thanks Dalia, that was the problem, I thought I fixed that but I guess not =:)