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.
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
Comment #1
gluetown commentedI"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.
Comment #2
vladimirausYou can use Webform module for this task. Works fine.
Comment #3
adpo commentedgood idea thanks
Comment #4
vm commenteduser filing the support request seems to have went in another direction per comment #3. As such, I'm closing this issue.
Comment #6
manoj_j commentedHi 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...