Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- To use multiple feedback buttons in a single page, please use as following format, otherwise there will be problems in IE 7:
- <script src="http://www.jotform.com/min/g=feedback" type="text/javascript">
- // First feedaback button
- new JotformFeedback({
- formId: "11111111",
- buttonText: "Untitled Form",
- base: "http://www.jotform.com/",
- background:'#F59202',
- fontColor:'#FFFFFF',
- buttonSide: "bottom",
- buttonAlign: "right",
- type:false,
- width: 700,height: 500});
- // Second feedaback button
- new JotformFeedback({
- formId: "222222222",
- buttonText: "Untitled Form",
- base: "http://www.jotform.com/",
- background:'#F59202',
- fontColor:'#FFFFFF',
- buttonSide: "bottom",
- buttonAlign: "right",
- type:false,
- width: 700,height: 500});
- </script>
- CREDIT: seyhuns in http://www.jotform.com/answers/19108-JotForm-Feedback-Button-rotated-wrongly-on-IE9
Advertisement
Add Comment
Please, Sign In to add comment