/
Troubleshooting Qualify Wizard
Troubleshooting Qualify Wizard
Qualify Wizard Script Isn’t Working
Due to constraints with ICC, we cannot place scripts in the body of a page. Qualify Wizard will sometimes give us a script that requires placement in a div inside the body. If this script includes the qwPlugin.appendIframe(), we can get around that constraint.
qwPlugin.appendIframe() takes at least two parameters: a JSON object with the dealerId and framePage keys, and a CSS selector. Use the CSS selector to target an HTML element where the iframe will be appended to.
Example:
qwPlugin.appendIframe({ dealerId: '00000', pageType: 'framePage' }, '.qwContainer')