Is it possible to have a google form confirmation message that displays part of the response data?

六月ゝ 毕业季﹏ 提交于 2019-12-01 04:22:56

问题


I am setting up a google form for an upcoming auction. As bidders arrive at the auction, we will have them fill out a basic google form (i.e. name, address, ID) and a a 'Bidder ID' is auto generated based on the row number in the response spreadsheet.

What I would like to happen is once the form is submitted, the confirmation message includes their 'Bidder ID'. The spreadsheet is setup to put the Bidder ID in Column J. Is this possible at all? Please let me know if more information is required.

Many thanks. Ben


回答1:


No it's not possible. There is no way to add dynamic data to the custom confirmation message after submitting a Google Form. You can change the message in the the confirmation page, but you can't retrieve and concatenate anything into that confirmation message.

You would need to convert everything to a stand alone HTML App for something like that.



来源:https://stackoverflow.com/questions/19759942/is-it-possible-to-have-a-google-form-confirmation-message-that-displays-part-of

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!