Hi,
When submitting a response to a survey via the API, it would be nice to add a set of optional fields to identify the response. You have already seen a previous post of mine talking about the response id field in the submitSurveyResponse method when talking about partial submission. However, I'd like to suggest adding an optional human readable 'response title' field.
This would allow users to easily search and find particular responses, rather than relying on the respond ID field in the browse responses table. So the submitSurveyResponse call could look like this:
… &cmd=submitSurveyResponse&sid=136514&srid=30376694&srtitle=PaulsLazyResponse&values=2:Blue|3:jon
Kind regards,
-Paul