[Plugin: Gravity Forms] replace states dropdown values
-
Question regarding Gravity forms, I want to replace the default state drop down by another one replacing the option values but leaving the option labels intact. I wrote a hook but it does not seem to work.
Example extract:
$address_types["canada"] = array( "states" => array( ""=>"", "1"=>"Alberta" ) );
Anybody knows how to solve this?
- The topic ‘[Plugin: Gravity Forms] replace states dropdown values’ is closed to new replies.