Hi!
First, I'd like to thank you guys for creating such a great tool!
I am trying to add an hidden input to get the URL of the current page. I tried to do the following:
1. Create an hidden field
2. In Advanced Tab, add $_SERVER['HTTP_REFERER']; to Default Value.
This does not work, how can I get this to work?
Thanks!