Right. It's a community project, so clone the source and build. Then copy the Umbraco.Courier.Forms.*.dll to your site to test. It will add a menu item tothe Forms menu.
Warning 1 Could not resolve this reference. Could not locate the assembly "Umbraco.Courier.DataResolvers". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Umbraco.Courier.FormsProvider
Error 2 The type or namespace name 'DataResolvers' does not exist in the namespace 'Umbraco.Courier' (are you missing an assembly reference?) Z:\src\umbraco\Umbraco.Courier.FormsProvider\Umbraco.Courier.FormsProvider\FormPickerResolver.cs 9 48 Umbraco.Courier.FormsProvider
Error 3 Metadata file 'Z:\src\umbraco\Umbraco.Courier.FormsProvider\Umbraco.Courier.FormsProvider\bin\Debug\Umbraco.Courier.FormsProvider.dll' could not be found Z:\src\umbraco\Umbraco.Courier.FormsProvider\Umbraco.Courier.FormsTreeProvider\CSC Umbraco.Courier.FormsTreeProvider
Warning 4 The referenced component 'Umbraco.Courier.DataResolvers' could not be found. Umbraco.Courier.FormsProvider
That makes sense, eventually we hope to include this provider as part of the core Courier install. For now, however, it remains a community project and not officially supported. I've made a PR with the very simple update: https://github.com/umbraco/Umbraco.Courier.FormsProvider/pull/1 As soon as that's merged in it will build.
You can add the Umbraco.Courier.DataResolvers.dll to the /dependencies/ folder, then build and copy the *forms* dlls to your site in the meantime.
Hi I followed these instructions but I still cannot see the Courier option when click on a form in the Forms section in the back office. I build the project and copied the dll. Restarted and rebuilt in VS but still cannot see any Courier option when I right click on a form within Forms.
Is it possible to transfer forms
Hi,
I am using umb 7.2.2 and courier 2.11 I do not see any way to transfer forms?
Is this not possible?
If it is possible do I need to install/enable something ?
@Garpur
Yes - https://github.com/umbraco/Umbraco.Courier.FormsProvider
There should be a Courier option on the form's menu.
@Paul
what do I need to do to install this ?
copy the dll's or ?
@Garpur
Right. It's a community project, so clone the source and build. Then copy the Umbraco.Courier.Forms.*.dll to your site to test. It will add a menu item tothe Forms menu.
@Paul,
git clone, open in VS 2013 rebuild =>
@garpur
I see, I'll have a look this week and update the project references. Thanks
@Paul
Actually what would be best would be to be able to download the .dll from github (or somewhere),
it is a pain to have to have VS (so far we have had zero use for writing C# code :) )
@Garpur
That makes sense, eventually we hope to include this provider as part of the core Courier install. For now, however, it remains a community project and not officially supported. I've made a PR with the very simple update: https://github.com/umbraco/Umbraco.Courier.FormsProvider/pull/1 As soon as that's merged in it will build.
You can add the Umbraco.Courier.DataResolvers.dll to the /dependencies/ folder, then build and copy the *forms* dlls to your site in the meantime.
@Garpur
The Forms provider is updated with the required dependencies, so you can clone and build then deploy the dlls. https://github.com/umbraco/Umbraco.Courier.FormsProvider ;
Hi I followed these instructions but I still cannot see the Courier option when click on a form in the Forms section in the back office. I build the project and copied the dll. Restarted and rebuilt in VS but still cannot see any Courier option when I right click on a form within Forms.
What else needs to be done here?
Thanks a lot for any info!
Hi @Damon, I've got the same issue. I've followed the same instructions and still can't see the Courier option/button.
Have you resolved this? I'm on Umbraco 7.5.2, Umbraco Courier 2.52.14, and Umbraco Form: 4.3.3
Cheers Carina
Will there ever be updates to this project - it is something we need but the GIT files havent been updated for 1 or 4 years
is working on a reply...