This plugin does not work for me either. The country dropdown shows, but the state does not.
The issue appears to be caused by a JavaScript error during the plugin’s Ajax call.
JavaScript Error:
script.min.js:1 Uncaught TypeError: Assignment to constant variable.
at Object.success (script.min.js:1:487)
at c (jquery.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery.min.js:2:29072)
at l (jquery.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery.min.js:2:82355)
Related PHP Log:
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: country_insert in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 151
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: state_insert in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 152
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: city_insert in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 153
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: city_insert1 in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 154
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: city_insert2 in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 155
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: city_insert3 in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 156
[23-Feb-2022 16:03:11 UTC] PHP Notice: Undefined variable: city_insert4 in .../wp-content/plugins/country-state-city-auto-dropdown/country-state-city-dropdown-cf7.php on line 157
I hope that the plugin developer can overcome this issue. I am starting my search for an alternative plugin.
-
This reply was modified 2 years, 9 months ago by Daniel Chase.