sboyle Posted July 16, 2012 Share Posted July 16, 2012 Hi WHMCS Users I need some help please. I have just had my site revamped and I have a domain lookup on my index page. My website maker has made me a spot for my domain name look up but I can't get the whmcs lookup to work - Here is the code in the index page that my website developer made; ==================== <form action="" method="post" /> <div class="domaincon"> <div class="domain"> <input type="hidden" name="direct" value="true" /> <input type="text" name="domain" class="field1" value="Enter Domain Name Here!" onfocus='javascript: this.value = ""' onblur='javascript: if(this.value =="") this.value = "Enter Domain Name Here!"' /> <input type="submit" name="field2" class="field2" value="" /> <div class="clear"></div> <!--domain--> </div> <div class="dropdown" style=" margin-left:20px;"> <select class="field3" style=" float:right;" name="ext" > <option>.com</option> <option>.net</option> <option>.org</option> </select> <!--dropdown--> </div> <div class="moredomain"><a href="###">Click Here to See Prices </a></div> <div class="clear"></div> <!--domaincon--> </div> </form> ================= Can anyone advise as to a way to make this work without braking the the css design? Regards Stuart 0 Quote Link to comment Share on other sites More sharing options...
sboyle Posted July 17, 2012 Author Share Posted July 17, 2012 I have managed to work this out! 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.