Jump to content

Domain lookup Integration


sboyle

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated