vchosting Posted March 4, 2010 Share Posted March 4, 2010 If i turn on the captcha protection for form submissions I have come accross a problem when using the domain form integration code. I have the integration code for the domain name on my home page and if you enter a domain and hit search it takes you to the domainchecker.php page but displays the error enter the correct captha code before it will display the results of the search. What i would like to do is leave the CAPTCHA code switched on for other forms such as tickets to pre-sales etc but disable it purely on the domainchecker.php form if possible. I have looked within domainchecker.tpl and had a play in there but I cant get this to work. Secondly is there a way that from the Domain Itegration Form I can make it automatically display the results for all doamin tld's that I offer irrespective of what they select in the drop down list? Any help would be great! 0 Quote Link to comment Share on other sites More sharing options...
vchosting Posted March 5, 2010 Author Share Posted March 5, 2010 Any one able to help with this? 0 Quote Link to comment Share on other sites More sharing options...
rmccny Posted March 5, 2010 Share Posted March 5, 2010 Your home page and WHMCS are on the same domain, you should just need to call the php function to start sessions. The captcha code is stored in a session variable and is not being "remembered" internally from when the image loads on the home page. session_start(); If you're running WHMCS on a subdomain, it gets a bit trickier than that and may require some special php session configuration. 0 Quote Link to comment Share on other sites More sharing options...
vchosting Posted March 6, 2010 Author Share Posted March 6, 2010 Thanks for that - I am also currently receiving support from Matt on this one via a support ticket. When I get to the bottom of things i will post a solution for all 0 Quote Link to comment Share on other sites More sharing options...
vchosting Posted March 6, 2010 Author Share Posted March 6, 2010 By the way only just replied to Matt this evening so it might be a few more days yet! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.