From: Keith S. <ph...@on...> - 2009-04-30 06:11:31
|
Gentlemen, I've been asked by my management to add a feature to our internal implementation of phpESP that would allow survey respondents to modify their responses at any time /after/ they have submitted their survey. I've been looking over the code, and it seems like for private surveys, where /multiple responses/ are allowed, this is going to be quite a challenge. From only a cursory review, the authentication mechanism and the survey handler (and handler-prefix) would have to undergo some big changes, which would be hard to carry forward to new releases. Before I start messing around with this, am I overlooking some easy or more obvious way to achieve this goal? Thanks very much, Keith |