I've been following Brian Knight's tutorial and tearing up MS's learn pages.
Here's what I have:
1) Public power pages site where external users need to create a username and password to log in.
2) Once they log in, they see a form and a list. The list should only show form data that the currently logged in user has submitted.
3) I've simplified it down to a single table with a single field called "Title"
4) The list should show the titles submitted by the logged in user.
However, if I set my permissions for the list to "global" the logged in user sees everyone's data. If I set it to "Contact Access" I see no data.
What am I overlooking?