How to remove duplicate property editor "Form Picker" after Umbraco Forms upgrade
I have upgraded my site from Umbraco 7 to Umbraco 9. After migrating, we upgraded Umbraco Forms.
When I attempt to add a form to an RTE using the Macro Insert Umbraco Form, I receive an error.
I traced the error down to a duplicate property editor. I have two property editors both called "Form Picker".
This doesn't occur on my local machine; Only on the deployed project, which was originally the Umbraco 7 site. We had a hard time upgrading Umbraco forms, but we got it working. But now I can't add a form to an RTE because of the duplicate property editors.
How do I locate and remove the duplicate property editor on my deployed site?
How to remove duplicate property editor "Form Picker" after Umbraco Forms upgrade
I have upgraded my site from Umbraco 7 to Umbraco 9. After migrating, we upgraded Umbraco Forms.
When I attempt to add a form to an RTE using the Macro Insert Umbraco Form, I receive an error.
I traced the error down to a duplicate property editor. I have two property editors both called "Form Picker".
This doesn't occur on my local machine; Only on the deployed project, which was originally the Umbraco 7 site. We had a hard time upgrading Umbraco forms, but we got it working. But now I can't add a form to an RTE because of the duplicate property editors.
How do I locate and remove the duplicate property editor on my deployed site?
If anyone else encounters this issue, here's how I solved it:
1) Removed the folder \App_Plugins\UmbracoForms
2) Redeployed the folder from my local machine.
3) Restarted the web site and recycled the APP Pool
That cleared up the duplicate property editor. I was then able to add the Add Form macro to my RTE.
is working on a reply...