Sunburnt Posted October 1, 2006 Share Posted October 1, 2006 Is there a way to disable or hide the verification code as hidden field for the domainchecker.php form submit? Intending to put a simple domain lookup form on my home page but not display the verification code for entry. 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted October 1, 2006 Share Posted October 1, 2006 Hey, Yes this can be done. In your template folder find the file called domainchecker.tpl and replace the following code on line 23: from [img=includes/verifyimage.php] <input type="text" name="code" size="10" maxlength="5"> to this <input type="hidden" name="direct" value="true"> From, Adam 0 Quote Link to comment Share on other sites More sharing options...
Sunburnt Posted October 1, 2006 Author Share Posted October 1, 2006 Excellent! Thanks for the tip! Cheers 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.