I am working on a sensitive topic using either the Crowdsource Polling or Reporter template. One of the major issues with these applications is the ability for the community to input a large number of malicious responses.
What can I do about this?
Can I --
- Track a guest-login unique ID?
- Limit the number of responses by any ID to one every so-many-seconds or minutes?
- Track IP and refuse input if they are not 'local'?
- I would love to somehow limit the responses to locals in the area but I can't find documentation on this
- Generate unique links to the app that are a one-time use?
- Limit a user to one response?
Please let me know! I am looking into the webapp developer edition because there may be some form of json or arc py code I could use to accomplish these aims but I'm not sure if this is necessary at this point.