I created a survey in SurveyGizmo and then activated it in my drupal site. I used the token provided to create a block with the survey, specifying the proper surveygizmo input option. The survey looks great in Chrome and Firefox but does not show up in Internet Explorer. I am thinking it might have something to do with token but am really not sure.
Comments
Comment #1
garbanzito commentedI have loaded an embedded survey normally in IE8, but I haven't tested extensively. SurveyGizmo's notes imply compatibility with IE6 and IE7 too.
Can you say what IE version you are using, and could you look at the page source in IE and tell me whether you see a JavaScript call to SurveyGizmo (a script tag with src="http://www.sgizmo.com ...")?
And to be clear, the tokens this module uses have nothing to do with the Token module (just don't use Token create a token such as "[surveygizmo:123456]").
Comment #2
sgmcclain commentedThanks, I am using IE8. Below is the Javascript in relation to SurveyGizmo. The only thing that shows up in IE is the title of the block. Also, I am not sure if the matters or not but I am using SurveyGizmo 3.0.
I am new to this so thanks for the token clarification.
Comment #3
sgmcclain commentedComment #4
garbanzito commentedThanks, based on that detail it looks like the module is working as expected, inserting the initial script tag received from surveygizmo.com, but that the JavaScript it inserts isn't being executed. If the JavaScript were executed, you'd see the result of the document.write in the page source instead (even if no actual survey had been retrieved from surveygizmo.com). Since I can load surveys in IE8, I'm going to assume this is something specific to your environment. I'd look for something that inhibits JavaScript in your browser, and/or test with another computer running IE8, maybe trying running the JavaScript debugger in IE8.
If you can identify something this module might be able to solve, please reopen the bug.