hidden URL
-
Hi guys,
I’m using same the same form in multiple pages and I’d like to pass page URL via hidden field so that we can track where on our site people fill in the form.
I tried to add this code in the “edit javascript” -part:
document.getElementById(“hidden-element-id-from-the-form”).value=document.location.href;
Unfortunately, this breaks the form and the submit button doesn’t work after this mod.
Would you be able to help me out with this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘hidden URL’ is closed to new replies.