Hi all,

I have created a flexinode allowing users to add events. Users can also add Google Maps info to that event flexinode.
So 3 fields are displayed -in the gmap area- when a user submits an event: latitude, longitude and address (+ the map itself).
I would like to remove the latitude and longitude fields (and possibly the map) from the flexinode submission form. Is it possible?

It seems that I have to look in the gmap_location module to delete some code, but I am not sure about it (not a coder).

Thank you in advance for your help, I have only been using drupal for a few days, and I already love it!
Bob

Comments

BobLouis’s picture

As mentioned above, I removed some of the code in the gmap_location module, and it seems to work ok.

Question now is: how to save/associate the entered address with the node (so that it can be displayed with the node, and not in a block, see unanswered http://drupal.org/node/87423 on that topic), since it is stated that "this address is not saved for the node, it is only used for finding a location"... ?

Any idea?