Copied to clipboard

Flag this post as spam?

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


  • Thomas M. Pedersen 11 posts 111 karma points
    Aug 04, 2022 @ 10:57
    Thomas M. Pedersen
    0

    Umbraco forms, post to url

    Can Umbraco forms send form content to a "get" url when submitting? And is it possible to name the parameter names in the call? I also need it to send the user IP as last parameterin the call. And it possible out of the box without coding something special?

  • Chriztian Steinmeier 2800 posts 8791 karma points MVP 8x admin c-trib
    Aug 04, 2022 @ 12:37
    Chriztian Steinmeier
    100

    Hi Thomas,

    There is a workflow that allows you to send the form's content to another URL, specifying the HTTP method as well: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Editor/Attaching-Workflows/Workflow-Types/#send-form-to-url

    But you can also modify the Form markup for your specific theme (or form) as well, if that's a better solution for you - have a look here: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Custom-Markup/

    /Chriztian

  • 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