Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey there :)
How do i get forms being courier able ? I can see there is a project that people talk about i need to build and include the DLL.
https://github.com/umbraco/Umbraco.Courier.FormsProvider
But this project requires the nuget package Courier.Core which is not available anymore on so dont know if this works anymore.
Oki answering it my self after a good deal of help from Sebastiaan :)
Instead of building your own from the github repo, then add this nuget package repo to your VS :
https://www.myget.org/F/uaas/api/v2
Then go in and install the 2 packages :
Umbraco.CourierFormsProvider
Umbraco.CourierFormsTreeprovider
FYI: The github repo has now also been fixed so you could make your own build if you would want to.
HI Rasmus,
can you please explain how you add the nuget package using that link in your response, within Visual Studio,
Thanks a lot!
Sure thing man !
Go to(in visual studio) Tools>options>Nuget package manager>Package source.
Add: https://www.myget.org/F/uaas/api/v2 as a new package source, press ok and close the options box.
Now open nuget on your project(right click project> manage nuget packages).
if you on the left screen foldout "online" you will now see your new package source, where you can find the nuget package.
Hope it helps :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get courier working on forms ?
Hey there :)
How do i get forms being courier able ? I can see there is a project that people talk about i need to build and include the DLL.
https://github.com/umbraco/Umbraco.Courier.FormsProvider
But this project requires the nuget package Courier.Core which is not available anymore on so dont know if this works anymore.
Oki answering it my self after a good deal of help from Sebastiaan :)
Instead of building your own from the github repo, then add this nuget package repo to your VS :
https://www.myget.org/F/uaas/api/v2
Then go in and install the 2 packages :
Umbraco.CourierFormsProvider
Umbraco.CourierFormsTreeprovider
FYI: The github repo has now also been fixed so you could make your own build if you would want to.
HI Rasmus,
can you please explain how you add the nuget package using that link in your response, within Visual Studio,
Thanks a lot!
Sure thing man !
Go to(in visual studio) Tools>options>Nuget package manager>Package source.
Add: https://www.myget.org/F/uaas/api/v2 as a new package source, press ok and close the options box.
Now open nuget on your project(right click project> manage nuget packages).
if you on the left screen foldout "online" you will now see your new package source, where you can find the nuget package.
Hope it helps :)
is working on a reply...