Copied to clipboard

Flag this post as spam?

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


  • denis ushakov 11 posts 144 karma points
    Mar 12, 2019 @ 17:14
    denis ushakov
    0

    "Send Data" handler

    Is there a documentation for how to use Send Data handler. I have a form with fields that I need to send to specific URL.

    Any guidance or link to doc/training would be much appreciated.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Mar 12, 2019 @ 18:52
    Nicholas Westby
    0

    What would you like to know?

    In general: choose the fields you want to have sent (making sure to give them the names expected by the API) and configure the settings according to how the data should be sent (e.g., get/post, JSON/form data/query string). And be sure to paste the URL you're sending to. This is what the config screen looks like:

    A Blank Send Data Handler in Umbraco Formulate

  • denis ushakov 11 posts 144 karma points
    Mar 12, 2019 @ 19:15
    denis ushakov
    0

    Is there a way to see what the string looks like after submit button is hit? For debugging purposes?

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Mar 12, 2019 @ 19:41
    Nicholas Westby
    100

    Is there a way to see what the string looks like after submit button is hit? For debugging purposes?

    Yes. Add an app setting to your web.config with a name of "Formulate:EnableLogging" and a value of "true" (all lowercase).

    The data will then be logged to the Umbraco trace log file (in ~/App_Data/Logs/).

  • denis ushakov 11 posts 144 karma points
    Mar 12, 2019 @ 19:57
    denis ushakov
    1

    Perfect. I found the output that I was looking for and an error it was throwing!

Please Sign in or register to post replies

Write your reply to:

Draft