I have a form that appears on multiple pages of my website. The form provides me with the data entered, and the IP address of the sender, but is that a field I can enter that will save which specific URL they entered the data?
Forums
Add Source URL to email notification?
https://stackoverflow.com/questions/9790771/php-detect-the-incoming-url-requesting-php-page-from-another-source-url
Thanks for the reference. I was hoping to find a function I could enter into the email form to send the referring URL.
I added {HTTP_REFERER} to the bottom of my form, but I think that oversimplifies the process and did not work. Is there a function built into Chronoform that will allow me to capture this info?
I added {HTTP_REFERER} to the bottom of my form, but I think that oversimplifies the process and did not work. Is there a function built into Chronoform that will allow me to capture this info?
You could add a hidden field to your form, with {url:_self} as the value
This topic is locked and no more replies can be posted.