Web To Lead Problem after Transition
Prior to transition, I had the following working:
In Zoho CRM web to lead setup, I set the return url to: thankyou.php
In the form itself, I had the following: thankyou.php?ID=<?php echo $_GET['ID']; ?>
This worked, and zoho passed the url properly after recording the lead. In the new implementation, it does not work, even after creating a new form. I need a work around. How do I pass the variable to the thankyou page?