Hello community,
I have been reading a lot of different articles and MSFT documentation on apps, how to create them, app web vs host web, etc., but am noticing a lack of documentation regarding creating apps that anonymous users can use to submit data like the contact us form that is available in the store. Maybe I am just looking at the wrong information.
If my requirement is to create this from scratch (and it is more appealing this way anyway), is it possible to create something similar to the contact us form that can take anonymous input? The idea would be to use text boxes to store the data that an anonymous user submits and then either update a list in the app web or if possible, one in the host web.
I was looking at the CSOM options, but it seems that this will not work for anonymous users. Can anyone give me some ideas on this, useful articles or even some useful code to get moving?
EDIT: Forgot to add that I am trying to do this with for O365 with the Napa development tools.