mtk Posted September 2, 2009 Share Posted September 2, 2009 Hi, I've created a simple domain form outside the WH pages with this code: <form action="/clients/domainchecker.php" method="post"> <div align="center" class="contentbox checker" style="direction:ltr;"> www. <input type="text" size="40" value="" name="domain"/> <input type="submit" value="search" id="Submit"/> <table cellspacing="0" cellpadding="10" border="0" align="center"> <tbody><tr> <td align="left"><input type="checkbox" value=".com" name="tlds[]"/>.com</td> <td align="left"><input type="checkbox" value=".org" name="tlds[]"/>.org</td> </tr></tbody> </table> </div> </form> when I search something, I'm redirected to the domainchecker page, the domain name is passed, the TLDs are not passed, and the search didn't work. any way to make this work...? 0 Quote Link to comment Share on other sites More sharing options...
BullsoftHosting - Tom Posted September 2, 2009 Share Posted September 2, 2009 I would try using the full ULR for the form action, I seem to remember having the same kind of problem and I just used the full URL. 0 Quote Link to comment Share on other sites More sharing options...
mtk Posted September 2, 2009 Author Share Posted September 2, 2009 I would try using the full ULR for the form action, I seem to remember having the same kind of problem and I just used the full URL. nope, that didn't do anything different than before... 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.