Sending Data To An External Form Without a URL

Sending Data To An External Form Without a URL

Comments

  • Hello,

    Is there a way to send data to an external form and not it be through the URL? O[color=rgb(31, 73, 125)][font=Calibri, sans-serif]ur team has a concern with passing data through the URL for security reasons[color=#b01100].[/color][/font][/color]

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The URL of the external form step contains a flow tracking id and step tracking id that can be used by the step Get form data to retrieve the data to be shown in the form without displaying it in the URL.[/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif] If we click View Integration Details in the upper-right-hand corner of the External Form steps properties, we will see an example of whats sent by the External Form URL which includes the flow tracking id and step tracking id. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][color=rgb(127, 140, 141)][font=Roboto]
    [/font][/color][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][color=rgb(127, 140, 141)][font=Roboto][img]att1[/img] [/font][/color][img]att2[/img][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]Under Interaction using APIs there is a step available in ExternalFormFormService called GetFormData that can be run via POST to fetch the data to be displayed on your external form based on the provided flow tracking id and step tracking id. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(127, 140, 141)][font=Roboto][img]att4[/img] [/font][/color][color=rgb(127, 140, 141)][font=Roboto][img]att3[/img][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The POST call would need to be triggered via some javascript in your external form.[/font][/color]
    [i]edited by marcus@decisions.com on 6/10/2019[/i]

Sign In or Register to comment.