10/24/2013 at 8:21 pm
#272278
Keymaster
@ Mitch
How about just a bit of CSS magic to make them disappear instead?
#cn-form div.form-field .address-country {
display: none !important;
}
#cn-form div.form-field .address-geo {
display: none !important;
}
