Help with datasets.

  1. I have a member form that can only filled and altered by the member (private page) (read and write permissions). This form is meant to stay filled in the member area.

  2. The entries in the form are used to create a public profile (a bit like a business listing) as a dynamic page (read only permissions).

When I add the appropriate dataset to the member page and connect the inputs to the correct database fields, every one of them greys out and nothing updates. I can’t see any issues with permissions. Confused. Help!

The database permissions are set for member generated content.

Although it is not a code-related question…
Try to solve it by using to datasets…

  1. → for writing to your DB (write-permissions only)
  2. → for reading out of your DB (read-permissions-only)