Hello
I have a data type ‘X’ that Users are able to populate via a front end form
I am able to populate a list of ‘X’ type using a repeating group in a directory page. I’m also able to display a single ‘X’ type on it’s own page by creating a page ‘single_type_x’ and setting it’s type of content to ‘X’ , setting the Repeating Group in the directory type of content to ‘X’, and sending the data to a link to the ‘single_type_x’ page. That’s fine.
I want to display only a Single type ‘X’ that is created by the current user for the current user. I’ve created another page ‘user_single_type_x’ but even if I put everything in a group I cannot do a search for ‘X’ created by the current user. How can I do this?