How do I go about removing an add-on that has been installed?
How do I go about removing an add-on that has been installed?
Just delete that plugin folder from wp-content/plugins. That will uninstall and deactivate it at the same time. Be sure you're not using the functions anywhere, because if you remove it and the functions are still being called in a page or functions.php, it will cause an error.
You have 2 choices. If you want to delete any data associated with that Add-On (not your form data however) you can go to the Settings page under the Forms navigation, then choose the Settings page for that Add-On. Underneath any settings for that Add-On will be an uninstall option.
You can then go to your Plugins page and view Installed Plugins and delete the Add-On from there. Add-Ons are installed as Plugins so you can deactivate and delete them like you would any WordPress plugin.
Cool! Should have looked there... Thanks!
Jason