Copied to clipboard

Flag this post as spam?

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


  • Stan 5 posts 75 karma points
    May 09, 2019 @ 03:19
    Stan
    0

    processing data from Umbraco Forms with Custom Controller

    Hello, Is it possible to send data from Umbraco Forms (using post) to a custom controller to be processed?

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    May 09, 2019 @ 09:21
    Alex Skrypnyk
    0

    Hi Stan

    It's possible to send a POST from code to another controller. Have a look how to do requests with c# - https://stackoverflow.com/a/4015346/2123476

    If you want to do some calculations on forms submit - read docs how to use workflows - https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype

    Thanks,

    Alex

  • Stan 5 posts 75 karma points
    May 16, 2019 @ 23:17
    Stan
    0

    Hi Alex,

    The information provided is helpful! What I was checking to see if it was possible to submit (via post) to an Umbraco Form directly to a Surface Controller using the submit to a URL workflow.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies