I'm hoping to migrate an application for tracking samples from Microsoft Word/Excel to Google Apps, as we have a number of users and having the Excel sheet be locked all the time is causing problems.
However, the current script is dependent on having an input box pop up asking for input that closes automatically when return/enter is input. This works well because most of the input is supplied by using barcode scanners that automatically send after the input from the scan.
In trying to migrate the script, I've found that the Google version of inputbox won't accept to process input. I can't have the users go to click "OK" with every scan, as they may scan 10-12 barcodes at a time and clicking in between each would significantly slow down the process.
Does anyone have ideas on how I could replicate that functionality? I've tried making a test HTML form and specifying "autofocus" on the button, but that doesn't seem to work either.
Thanks for any suggestions!