Gears Posted August 28, 2009 Share Posted August 28, 2009 How could I implement a domain search (outside whmcs) without having a separate field for the tld? Basically the user enters the entire domain name in one input field and hits enter. 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 28, 2009 Share Posted August 28, 2009 You may have to do it with javascript. Have one input field for the domain name. Then have a hidden input field for the extension. When "Submit" is pressed parse the value in the single input field and chop off the extension and place in the hidden field. 0 Quote Link to comment Share on other sites More sharing options...
mtk Posted September 2, 2009 Share Posted September 2, 2009 How could I implement a domain search (outside whmcs) without having a separate field for the tld? Basically the user enters the entire domain name in one input field and hits enter. can't this be done, by simple hiding the TLD input fields (and marking them as checked)? 0 Quote Link to comment Share on other sites More sharing options...
Gears Posted September 3, 2009 Author Share Posted September 3, 2009 can't this be done, by simple hiding the TLD input fields (and marking them as checked)? Not really because then whmcs would not receive all the data it requires 0 Quote Link to comment Share on other sites More sharing options...
mtk Posted September 3, 2009 Share Posted September 3, 2009 Not really because then whmcs would not receive all the data it requires which data it requires more then the domain and the TLDs to search...? 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.