How would i carry over an address to a widget

Hello,

I am trying to implement a Auto Home Valuation widget on my divi website. I have a gravity form which captures the clients info and forwards to a Confirmation page. On that page I have pasted the widget code, I need to figure out how to carry over the address from the form to the widget code in the query line. Can anyone help me with this?

Here is the widget code:

<script>
  var rprAvmWidgetOptions = {
    Token: "xxxxx",
    Query: "1234 First St, Blank, Town 55555",
    CoBrandCode: "btsgravesrealty",
    ShowRprLinks: false
  }
</script>
<script src="//www.narrpr.com/widgets/avm-widget/widget.ashx/script"></script>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.