Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 19, 2015 @ 11:16
    Rasmus Fjord
    0

    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.

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Nov 19, 2015 @ 13:40
    Rasmus Fjord
    1

    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

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Nov 19, 2015 @ 14:31
    Sebastiaan Janssen
    100

    FYI: The github repo has now also been fixed so you could make your own build if you would want to.

  • Damon 217 posts 287 karma points
    Jan 28, 2016 @ 14:41
    Damon
    0

    HI Rasmus,

    can you please explain how you add the nuget package using that link in your response, within Visual Studio,

    Thanks a lot!

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Jan 28, 2016 @ 14:44
    Rasmus Fjord
    2

    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 :)

Please Sign in or register to post replies

Write your reply to:

Draft