document.addEventListener("DOMContentLoaded", function () { const productUrlField = document.querySelector('input[name="producturl"]'); // Replace with your field name if (productUrlField) { productUrlField.value = window.location.href; // Sets the current page URL } });

inverters

Showing all 6 results