-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSAT survey doesn't store passed metadata #106
Comments
One thing we can do if we want to keep google forms is to generate a pre-fill form link. The metadata would end up as questions that are already answered for them. |
Yup, but not sure if Google Forms allows us to dynamically pre-fill values... |
Did a quick test and I think we can just update these url params: |
Perfect!
…On Tue, Mar 2, 2021 at 1:51 PM gracegoo-stripe ***@***.***> wrote:
Did a quick test and I think we can just update these url params:
https://docs.google.com/forms/d/e/1FAIpQLSfG5BbXKAPUQBioh08NXmkZw4IFDjXt1HNhQ30yoNrgZqH4kA/viewform?entry.1227322905=Bob&entry.2093466594=Chicago
https://docs.google.com/forms/d/e/1FAIpQLSfG5BbXKAPUQBioh08NXmkZw4IFDjXt1HNhQ30yoNrgZqH4kA/viewform?entry.1227322905=Grace&entry.2093466594=Seattle
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMWFTO5FSHZFA6SEJKDCD73TBVMXNANCNFSM4V7Z7YKQ>
.
--
Kenneth Auchenberg
Stripe Developer Experience, Product & Engineering
206-355-1131 | [email protected]
|
The passed metadata in the querystrings isn't stored in the Google Forms as they don't support hidden fields. We will have to find an alternative survey tool that support this.
Refs #78 78
The text was updated successfully, but these errors were encountered: