Skip to main content

We have a solution where web form data collected from our main website is submitted into Pardot as a prospect and then forwarded to an experience cloud site via data forwarding.  There is a field that is not necessary and extremely long, causing us issues.  Is there a way to configure the data forwarding to only send the necessary form data on to the experience cloud site?  Can I do this with an external action?  Or is there an alternate way?  Thanks in advance!!

5 answers
  1. May 6, 2024, 9:03 PM

    @Debra Jensen

    Yes, data forwarding simply appends the form fields received by the form handler to the end of the success url as query parameters. But, all fields are passed.

    So, as suggested, declare an intermediary page, which url will get the form fields as query strings, have that page execute a js script to parse the url, craft an url to the final destination with just the needed values and fire a document.location to that url.

0/9000