Miva Merchant Development by Scot's Scripts

JS: Console.log View Form Data

Miva Knowledge Base
JS: Console.log View Form Data
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

JS: Console.log View Form Data

Scot Ranney • December 19, 2023


for (var pair of formData.entries()) {
	console.log(pair[0]+ ', ' + pair[1]+ ', ' + pair[2]+ ', ' + pair[3]+ ', ' + pair[4]+ ', ' + pair[5]); 
}

https://www.scotsscripts.com/mvblog/js-consolelog-view-form-data.html

mvkb_js