I'm submitting this as a patch instead of just updating the code base out of the blue because it's been such a long time since we discussed folding the formtable module in, and because of the name & address fields, which are completely new. The address field includes functions for retrieving lists of countries and mailing states/provinces (currently US states only, but support for additional province lists is built-in.)
| Comment | File | Size | Author |
|---|---|---|---|
| elements_new.patch | 17.29 KB | usonian |
Comments
Comment #1
usonian commentedI just found a problem with the prefix/suffix selects in the 'name' module. Will post a new patch when fixed.
Comment #2
wim leersThis is U.S.-centric. Please reroll to make it more configurable and hence location-agnostic.
Also, no list of countries should be included. For that, you should add a dependency on http://drupal.org/project/countries_api.
Comment #3
karens commentedFor D7, http://drupal.org/project/addressfield has a much more feature-rich implementation. For D6, there is http://drupal.org/project/postal. An addressfield is a complex element, not sure if it isn't better to leave those as their own modules.
Comment #4
nancydru6.x no longer supported