Hi,
I know this has worked before for me but somehow in my new project, I’m failing to complete a simple task.
Task: I have created 5 fields on one page (3 text fields and 2 drop downs) and connected it to a new dataset. The page is part of Member pages. All I’m doing is to accept values from user and save them to the db. Also, thereafter, allow the user to see their input data for modifications. To confirm, I’ve connected all those individual fields to the right dataset and fields.
Problem :
When dataset permission (from within the same page) is set to READ/WRITE, In sandbox I’m able to edit the fields. But in Live environment, those fields are greyed out (similar to being in read only mode). And I’m unable to enter any data or use submit button.
However, when dataset permission (from within the same page) is set to WRITE, In both sandbox as well as in Live environment, I’m able to edit the fields. However, WRITE mode will not display already submitted content. And my page design does not have enough space to create a copy of those fields separately for display. My requirement is to have a single page that can both accept first time data as well as view already submitted data.
Inside the dataset collection settings, I’ve selected custom permissions. See attached screenshot for details.
I’m sure I’ve done this before in other pages successfully. But I just can’t seem to find what is missing here.
What is the best way to allow members to submit data and also see it thereafter for modifications in the future?