Quickly create insert, collect, update DS code for your forms
Ok, so I just got so tired of writing lengthy Zoho form field scripts full of the same code over and over! ZC doesn't have any feature to dump field names onto the text editor for easy script writing. Nor do they offer anyway to dynamically reference input names through meta programming methods (code that makes code, DSL's).
So if you want to generate insert, collect, and update code really quickly you might be interested in this javascript snippet. Read the comments in the gist and watch the video and it will make more sense.