Hi, I have a similar question. I have no experience in PHP programing, so every answer that I googled have different approach and neither that have implementation on Limesurvey.
What I am trying to do is to have a question that a user can pick drop down menu for an answer, then every time the user selects, the iframe google maps changes too. This is just to give the user extra clear explanation in what sub-district that he/she lives.
This is what the question would look like:
This is the code:
Code:
<p><iframe frameborder="0" height="500" scrolling="no" src="https://www.google.com/maps/embed/v1/place?q=kebayoran+baru&amp;key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8" width="500"></iframe></p>
<p> </p>
<p>Where do you live?</p>
I would like to have the q=kebayoran+baru to be dynamic according to the drop down menu answer/selection.
Any ideas?