How to uninstall Webforms for marketers module so that I can remove all references to this module?
(for reference: WFFM -2.2.0 rev. 111104)
Any help appreciated.
How to uninstall Webforms for marketers module so that I can remove all references to this module?
(for reference: WFFM -2.2.0 rev. 111104)
Any help appreciated.
If you're still looking for a solution, first, inspect the content of the WFFM package then based on what files and items you see, delete the files and remove the respective items in Sitecore.
Unfortunately there is no real interface or function for uninstalling Sitecore modules (yet anyway). That said it doesn't mean that it is impossible. If you open the package file (.zip) and browse it you will find that the structure contains both physical files installed in the file system together with a directory of items serialized to files. By traversing the structure in the package you can find out which items and files to remove from your solution.
Good luck!