By Jeroen Coumans on
I'd like to embed a Google Map into my contact form, but it seems the <iframe> is stripped from the contact form settings (admin/build/contact/settings). Is there any way to prevent this from happening?
I'd like to embed a Google Map into my contact form, but it seems the <iframe> is stripped from the contact form settings (admin/build/contact/settings). Is there any way to prevent this from happening?
Comments
i use michele tutorial
i use michele's tutorial to modify my user profile, i like to when in user profile have google map embedded.
How to solve this problem
You can do it like here: http://drupal.org/node/83349
As I know iframe filters by the output stage, but no in blocks. You can put iframe with gmap in the block and show it block only on contact page. You can absolute or relative position block content by the style if you need.