similar, but to fix this, edit functions.php and change (around line 15):
"id" => $shortname."address_2",
to
"id" => $shortname."_address_2",
(note the added underscore before _address_2)
Ronald
Posted 20 March 2011 - 03:22 PM
"id" => $shortname."address_2",
"id" => $shortname."_address_2",
Posted 20 March 2011 - 02:31 PM
