Hey @anthonyva2 You can try this, it will work. document.addEventListener("DOMContentLoaded", function() {var titleField = document.querySelector("[name='./title']"); // Adjust the selector as per your field's name or IDvar title2Field = document.querySelector("[name='./title2']"); // Adjust the s...