2020-02-13, 05:29:14
how to fix?
v 3.3.15
thx
v 3.3.15
thx
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
|
PROBLEM Javascript in Components Not Working
|
2020-02-13, 05:29:14
how to fix?
v 3.3.15 thx
2020-02-13, 08:42:56
2020-02-13, 09:00:38
here's the component:
This same script used to work on my old installation. I had to reinstall GetSimple, but same domain, same directory. Code: <script src="https://form.jotform.us/static/feedback2.js" type="text/javascript"> new JotformFeedback({ formId: "91935797444978", buttonText: "Subscribe", base: "https://form.jotform.us/", background: "#F59202", fontColor: "#FFFFFF", buttonSide: "left", buttonAlign: "center", type: false, width: 700, height: 450 }); </script>
2020-02-13, 21:26:12
(2020-02-13, 09:00:38)johnywhy Wrote: here's the component: maybe try Code: <script src="<?php get_site_url();?>static/feedback2.js" type="text/javascript"> new JotformFeedback({ formId: "91935797444978", buttonText: "Subscribe", base: "https://form.jotform.us/", background: "#F59202", fontColor: "#FFFFFF", buttonSide: "left", buttonAlign: "center", type: false, width: 700, height: 450 }); </script> or, <script src="...your file"></script> <script>your code</script> |
« Next Oldest | Next Newest »
|