abajan

mulitpleFeedbackButtonsOn_1_Page

Sep 13th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. To use multiple feedback buttons in a single page, please use as following format, otherwise there will be problems in IE 7:
  2.  
  3. <script src="http://www.jotform.com/min/g=feedback" type="text/javascript">
  4. // First feedaback button
  5. new JotformFeedback({
  6. formId: "11111111",
  7. buttonText: "Untitled Form",
  8. base: "http://www.jotform.com/",
  9. background:'#F59202',
  10. fontColor:'#FFFFFF',
  11. buttonSide: "bottom",
  12. buttonAlign: "right",
  13. type:false,
  14. width: 700,height: 500});
  15.  
  16. // Second feedaback button
  17. new JotformFeedback({
  18. formId: "222222222",
  19. buttonText: "Untitled Form",
  20. base: "http://www.jotform.com/",
  21. background:'#F59202',
  22. fontColor:'#FFFFFF',
  23. buttonSide: "bottom",
  24. buttonAlign: "right",
  25. type:false,
  26. width: 700,height: 500});
  27. </script>
  28.  
  29.  
  30. 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