- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<!-- The static text --> <p>This is some static question text...</p> <!-- A container for the dynamic text --> <div id="elementToBeLoaded"></div> <!-- A script to insert the dynamic text --> <script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:complete',function() { $('#elementToBeLoaded').load('https://example.com #remoteContentToLoad'); }); </script>
{if(Q1 == 'Y', include information from php-file, 'Some standard text')}