If I want to design my own form with all the location fields, is it possible to create the form such that the activeselect be/w the country and states works properly? I need to build a location form ala facebook where the user can set privacy levels for each field, and using the cck_address widget, getting to each address form field is tricky. So, I was thinking about just cranking out the form myself but using the activeselect stuff.
Do you think this would work?
Comments
Comment #1
rconstantine commentedBetween reading the documentation for this module and a little experimenting, you could probably try it and find out in about 20 minutes. So let us know how it works out.
Comment #2
yoyoman commentedIf I have a standard CCK field for the country, and I make it a "select" list, I can populate the form with all the country values. However, when I save the data, the the validation expects the value I've passed for the country code to be in the "Allowed values list", which I've left empty. I don't want to have to include every country in this textarea box. The error I get is "An illegal choice has been detected. Please contact the site administrator."
Any idea how I can save the data?
Comment #3
rconstantine commentedIt sounds like you're just using a regular CCK text field, so I'm not sure how this relates to the CCK Address module at all. Are you trying to combine the two? That will not work. You cannot use the guts from one module in another without manually coding some kind of 'glue' module.
I really have no idea what you're trying to do and what you're trying to use to do it.
Comment #4
rconstantine commentedHaven't heard back from the poster, so closing...