| Datebox Undefined | Silvr | 4/24/12 6:30 PM | I am in the process of trying to create an attendance type form for multiple events where a date is selected and members from a list are checked which is then added to a Google spreadsheet. I have not received any formal training on any type of code |
| Re: Datebox Undefined | Cartman72 | 4/25/12 12:54 AM | have fun var submissioSSKey = '0AuJOos1xsMVhdDhBU1B4TlJrSnVHbkJtaG9oMjZTVXc';//Change this key to your spreadsheet key |
| Re: Datebox Undefined | Silvr | 4/25/12 4:43 PM | Thank you for the quick response. Adding the submit button handler does fix the date code but the "insertInSS" function instead of "doPost" seems to break the name checkbox section, every name is added to the spreadsheet regardless of which options a |
| Re: Datebox Undefined | Cartman72 | 4/25/12 11:45 PM | my fault replace if(e.parameter['name'+i.toString()]!=false){with if(e.parameter['name'+i.toString()]!="false"){ |
| Re: Datebox Undefined | Silvr | 4/26/12 6:56 AM | Thank you very much. It will take me a few days to figure out why it works but does. I greatly appreciate your help and quick response. |
| Re: Datebox Undefined | Cartman72 | 4/26/12 7:02 AM | I add a TAG to the checkbox, that I get back with the insertInSS(e) As we are not using anymore the doPost, the value of the checkbox is now a string and not more a boolean 2012/4/26 Google Apps Script <apps-...@googleproductforums.com> |