It would be helpful if I could add query string parameters to the link URL for an form and have those parameters captured in the form responses for that specific form invocation.
Use case: I have a form that I want to post in a few locations online. I expect that the quality of responses will vary depending on where it is posted. It would be super helpful to be able to correlate form responses with the online forum/location that the link was posted. In this use case, I’d essentially be capturing referrer, but the generic query string parameters implementation seems to be more flexible and would remain functional despite the use of SSL (unlike referrer).