I found out that uninstalling doesn’t remove the bad configuration from the database. It’s stored in wp_options under “Forms3rdPartyIntegration_settings”
I cleared this up by running this SQL query
delete from wp_options where option_name = ‘Forms3rdPartyIntegration_settings’
-
This reply was modified 9 years, 6 months ago by wpn2user.