I want to create contact page in mysite(joomla). so i got map embedded code and add it to page as a module. now i want to add contact form on top of that map. map like as background and contact form on that background.
map load as iframe. i can not handle this problem. can anyone help me to solve this problem?
this is the my module php page structure.
<div class="row" style="padding:10px;">
<div class="row map">
<iframe scrolling="no" ....
width="100%" height="450" frameborder="0" style="border:0">
</iframe>
<div class="col-md-6 contact-form">
//contact form should goes to here
//it is another module
</div>
</div>
</div>