I am a 'Chrome for Business and Education' admin for a group of chromebooks which I have configured to run in Single App Kiosk mode. The kiosk app in question is really simple. All I did was take the example code from this link (https://support.google.com/chrome/a/answer/3316168?hl=en#kiosk) that uses the 'webview tag' (without controls, as we need all the whole screen for the app in question from google form) and change the URL. The app has installed perfectly in all managed devices, Google form open up in my kiosk app, the users can fill in the form and submit it.
The problem now is I need to pass a value (it could be single character or number) back to my Kiosk app after form submit. I don't know how to pass value from Form's app script back to my created kiosk app, do anyone know how to make it work, thanks.