Is there a good way to hide the latitude/longitude fields in cck? I've seen a couple ideas, but I didn't find a way that seemed to be accepted by the masses. I would very much prefer that my users not even be able to see these fields.

Any ideas?

Comments

nevets’s picture

You could write a small module that implements the form_alter hook and removes the fields though I suspect you will need to actually change them to #value elements so any existing value is retained.