We are currently setting up our integration with episerver forms, profile store and insight. I have some logic I want to execute if the current user is no longer anonymous, having previously filled out any form with an email address.
A second question I have is how do I tell if the user has filled out a certain form previously? I can see methods on the FormDataRepository to query form responses, but no way to filter by the person who submitted it. I hope I do not have to cycle thru all entries just to see a certain identified person has already submitted it.
Any help on both of these matters would be greatly appreciated.