error - visible text on receipt page
HI,
I have inserted the following code on the receipt page:
<body onLoad="javascript:__utmSetTrans()">
<form style="display:none;" name="utmform">
<textarea id="utmtrans">
UTM:T|NETQUOTEVAR:THEORDERNUMBER|affiliation|NETQUOTEVAR:ACTINICORDERTOTAL|tax|shipping|city|state|country
UTM:I|NETQUOTEVAR:THEORDERNUMBER|sku/code|productname|category|price|quantity
</textarea>
</form>
and it does collect the data but the result is actually visible on the receipt page within a box when an order is completed on the site. Am i missing some code to hide the text on the receipt page?
Thanks.
HI,
I have inserted the following code on the receipt page:
<body onLoad="javascript:__utmSetTrans()">
<form style="display:none;" name="utmform">
<textarea id="utmtrans">
UTM:T|NETQUOTEVAR:THEORDERNUMBER|affiliation|NETQUOTEVAR:ACTINICORDERTOTAL|tax|shipping|city|state|country
UTM:I|NETQUOTEVAR:THEORDERNUMBER|sku/code|productname|category|price|quantity
</textarea>
</form>
and it does collect the data but the result is actually visible on the receipt page within a box when an order is completed on the site. Am i missing some code to hide the text on the receipt page?
Thanks.
Comment