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>