Jump to content

HTML Domain Form with Post and drop-down TLD


NitroZ

Recommended Posts

Hello, 

How can i integrate this form with the domain search for whmcs 


        <div class="container doamin_search_container">
            <form action="#" class="row m0 domain_search">
                <div class="input-group">
                    <input type="search" class="form-control" placeholder="Type Your Domain Name">
                    <span class="input-group-addon">
                        <select name="tld" class="e1 form-control searchFilters fleft">
                            <option>.com</option>
                            <option>.net</option>
                            <option>.org</option>
                            <option>.eu</option>
                            <option>.in</option>
                            <option>.au</option>
                            <option>.global</option>
                            <option>.host</option>
                            <option>.shop</option>
                            <option>.gov</option>
                            <option>.edu</option>
                            <option>.forsale</option>
                            <option>.community</option>
                        </select>
                        <input type="submit" value="search" class="">
                    </span>
                </div>
            </form>

 

Thanks

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