Widget:JP Main QA: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This widget embeds the JP QA form into the site mainpage.
This widget embeds the JP QA form into the site mainpage.
Usage: {{#widget:JP_Main_QA}}
Usage: {{#widget:JP_Main_QA}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<div class="form-container">
<div class="form-container" style="width: 100%; overflow: hidden;">
     <iframe  
     <iframe  
         src="https://matomo.mintarc.com/mautic/jp_main_questions"  
         src="https://matomo.mintarc.com/mautic/jp_main_questions"  
         width="100%"  
         width="100%"  
         height=350px
         height="450"
         frameborder="1"  
         frameborder="0"  
         style="border: 0;">
         style="border: 0; width: 100%; display: block;">
     </iframe>
     </iframe>
</div>
</div>
</includeonly>
</includeonly>