How can I add Gmap to the contact page?

I saw: http://www.norio.be/blog/2008/01/adding-google-map-drupals-contact-form

But it is not working work Drupal 6.

Comments

gluetown’s picture

I"m having trouble with this myself... would love to see any additional input. The tutorial above was great until I got to the end and couldn't get it to work. It seems like there would need to be a bit of html you'd need to attach to the front of the macro so that the browser knows it's not just plaintext inserted in the "Additional info" field... no?

Scratching my head on this one... I'll post anything I find but would love it if anyone else had a ready answer on this.

vladimiraus’s picture

You can use Webform module for this task. Works fine.

adpo’s picture

good idea thanks

vm’s picture

Status: Active » Fixed

user filing the support request seems to have went in another direction per comment #3. As such, I'm closing this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

manoj_j’s picture

Hi all,

in contact.pages.inc line 40 : replace with

check_markup(variable_get('contact_form_information', t('You can leave a message using the contact form below.'))));

Thats it...