Because if I don’t make the ‘ratings’ columns user-specific, the next user “inherits” the previous users inputs.
Isn’t everything within a form? The form shouldn’t be inheriting any previous values. Plus you are adding a row for each submission, so there shouldn’t be any case where you would be editing or seeing anything from a previous entry on the screen. Since each new entry is on a new row, there is no reason for using user specific columns.
Hey Jeff, thanks for the feedback. I’ve figured it out. The ratings component was independent from the my original form component (to gather contact info). I started over with form container and put the ratings component in it. All good now.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.