© 2026 Hedgehog Software, LLC
<input name="last_visited_url_before_demo" class="hs-input" type="hidden" value="">
document.addEventListener('DOMContentLoaded', function() { const inputField = document.querySelector('.hs_last_visited_url_before_demo input'); const url = "theurl.com"; inputField.value = url; });