So I’m working on a project for a client and they need a download portal for their clients on their members area.
I created a form that links to a CMS table and populates image gallery.
The problem I am having now is, the CMS table has the Read and Write Property so the client can put in their name, team name, and date. But on the backend, I want this to be already in the CMS table so they can just put their name, team name, and date and the CMS will read their input and populate the image based on what already exist in the CMS table.
What am I doing wrong here?