I want to collect an address and a point, but I would like to have a very simple interface.
Is it possible, to hide all the address fields and lat/lng fields in an AnP CCk field?

I attached a picture, it's the red area I would like to disable or hide.

CommentFileSizeAuthor
hide_address.gif17.78 KBjospBln

Comments

thommyboy’s picture

i would like to do that too. is there any way to disable specific fields for editing like subadministrative area?

ionmedia’s picture

if you don't want to overload your users by this fields, but you need it, IMO you can just use css display: none;

Anonymous’s picture

Have you tried http://drupal.org/project/formdefaults? You can change labels/positions/visibility of form elements with it.

thommyboy’s picture

actually- hiding them with a module, css oder form_alter is possible, of course.
but i would be interested in knowing if there is a way to completely "disable" some fields- like if you only need to save country & city and not any more address parts?

YK85’s picture

subscribing