Created
February 21, 2011 23:44
-
-
Save wufoo/837933 to your computer and use it in GitHub Desktop.
JSON return from the Wufoo Form Embed Kit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"setup":"<script type=\"text\/javascript\">var host = ((\"https:\" == document.location.protocol) ? \"https:\/\/secure.\" : \"http:\/\/\");document.write(unescape(\"%3Cscript src='\" + host + \"wufoo.com\/scripts\/embed\/iframe.js' type='text\/javascript'%3E%3C\/script%3E\"));<\/script>", | |
"display":"<script type=\"text\/javascript\">\nvar z7x4a9 = new WufooForm();\nz7x4a9.initialize({\n'userName':'wufooapi', \n'formHash':'z7x4a9', \n'autoResize':true,\n'height':'627',\n'ssl':true});\nz7x4a9.display();\n<\/script>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment