Used Machinery

Showing 25–36 of 93 results

(function() { 'use strict'; document.addEventListener('DOMContentLoaded', function() { try { // 获取所有 WPForms 字段 ID 为 24 的输入框 var fields = document.querySelectorAll('#wpforms-2013-field_24'); if (fields.length) { fields.forEach(function(field) { // 仅当字段为空时填充 if (!field.value) { field.value = window.location.href; } }); } } catch (e) { console.error('WPForms Source Page JS Error:', e); } }); })();
Scroll to Top