Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
For embedding a survey link into a website using <iframe>, please refer to the following:
Embedding a Survey with <iframe>:
Here’s a basic example of how to use <iframe> to embed a survey:
html
Copy code
<iframe src="SURVEY_LINK_HERE" width="600" height="400"></iframe>
Ensure you replace SURVEY_LINK_HERE with the actual URL of your survey. Adjust the width and height attributes as needed for your website layout.