I have a form, in which every field is set to autobind its respective field in the database. In privacy settings, I’ve enabled auto binding only when current user is logged in. I have registered one account only for form filling.
When some random user opens the form, I’m logging into that created account in a page load workflow. I can see that the user is getting logged in, but the issue is that it is not letting me change the values of fields and throwing me this “Sorry you can’t modify this” error.