• Resolved fschwedes

    (@fschwedes)


    Hi,

    I′m using the PRO Version to connect an Elementor Pro Form to an external API.
    With POST Method an JSON-String as Results Format.
    In the BODY I left the name-Field blank and inserted a JSON description in the value field like
    {“field_1″:”value_1”, “field_2″:”value_2”, etc }.
    Encode Body I set to No encoding (raw).
    Now the BODY I get in the Action_Log gives me:
    “”{“field_1″:”value_1”, “field_2″:”value_2″, etc }”” with two quotation marks in the beginning and the end.
    This is not accepted by my API.
    How can I get rid of these?
    Thx for putting me on the right track!
    Yours, Frank

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ashok Desai

    (@adesaiudp)

    Hi Frank,

    You can pass field_1 and field_2 in the name field and value_1 and value_2 in the value field, then select Encode Body to JSON encode so it should work.

    https://prnt.sc/sH2MSvXE2Toi

    Thanks,
    Ashok

    Plugin Support Ashok Desai

    (@adesaiudp)

    Closing this as we haven’t received a response. We’ll assume it has been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.