Problem with Form/ Database sync between live and sandbox

Hi there,
I am hoping to get some help with a functionality that is working in demo but not working in the live environment.

I am trying to do the following: I am building a web page where users can submit entries (people’s names) for a voting to be then held between all suggested names.
Step 1: User can fill out a form with details to submit one new entry in the voting table.
Step 2: New suggested person appears in table below.
Step 3: Other users can vote on this or other people by submitting a vote for an existing suggestion.
For Step 1 - The first part of this form is accessing the database via a ‘write only’ dataset1.
For Step 3: This part is accessing the same database via a ‘read & write’ dataset2. I set it up that way because I had some weird interactions before and because I thought this is the right access combination for the two queries/updates.

All steps of this is working in my sandbox and when I use the site preview. However in the live environment I get an error upon form submission for both buttons.
‘Company profile’ and ‘Upload photo’ are not checked as required.

What else might be the issue? Thank you for your help!

Hi,

The issue might be related to collection permissions.
Read more here

Hi Ido,

thanks for the reply, I have resolved it.
I had set the permissions on the dataset side, but not modified the collection permissions accordingly.