muhammed elbanna Posted May 30, 2020 Share Posted May 30, 2020 i have a html code for searching domain but i can't link it to my whmcs search my code is : <section class="search-bar sb2 section-space"> <div class="container sb"> <div class="col-md-8 center-block"> <!-- Search Form --> <form> <!-- Search Field --> <div class="row fadesimple"> <div class="default-title"> <h3>Search your Domain</h3> <div class="title-arrow1"></div> <p>Register your domain with in short time</p> </div> <div class="form-group"> <div class="input-group" action="cart.php?a=add&domain=register"> <input id="domainname" class="form-control bar" type="text" name="domainname" placeholder="Enter your domain name ( ex: iholytech.com)." required/> <button id="submit-button" value="search domain" class="btn button search-button btn-lg">Search Domain</button> and my domain of whmcs in directory. . /cg/ can anyone help me to link this style of script to my whmcs searching domains ? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 31, 2020 Share Posted May 31, 2020 23 hours ago, muhammed elbanna said: can anyone help me to link this style of script to my whmcs searching domains ? <section class="search-bar sb2 section-space"> <div class="container sb"> <div class="col-md-8 center-block"> !-- Search Form --> <form action="https://www.iholytech.com/cg/domainchecker.php" method="post"> <!-- Search Field --> <div class="row fadesimple"> <div class="default-title"> <h3 class="text-white">Search your Domain</h3> <div class="title-arrow1"></div> <p>Register your domain with in short time</p> </div> <div class="form-group"> <div class="input-group"> <input class="form-control bar" name="domain" type="text" placeholder="Enter your domain name" required=""> <button class="btn button search-button btn-lg" type="submit"> Search Domain </button> </div> <div class="ltds clearfix"> <div class="col-sm-3 col-xs-1 border-right1"> <p class="blue">.com <span>$10.91</span></p> </div> <div class="col-sm-3 col-xs-1 border-right2"> <p class="yellow">.org <span>$13.11</span></p> </div> <div class="col-sm-3 col-xs-1 border-right3"> <p class="orange">.net <span>$14.95</span></p> </div> <div class="col-sm-3 col-xs-1 border-right4"> <p class="green">.info <span>$15.32</span></p> </div> </div> </div> </div> </form> <!-- End of Search Form --> </div> </div> </section> 1 Quote Link to comment Share on other sites More sharing options...
muhammed elbanna Posted May 31, 2020 Author Share Posted May 31, 2020 thanks alot , it's helpful 👍👍 0 Quote Link to comment Share on other sites More sharing options...
TBJGROUP Posted January 13, 2023 Share Posted January 13, 2023 On 5/30/2020 at 5:42 PM, muhammed elbanna said: <section class="search-bar sb2 section-space"> <div class="container sb"> <div class="col-md-8 center-block"> <!-- Search Form --> <form> <!-- Search Field --> <div class="row fadesimple"> <div class="default-title"> <h3>Search your Domain</h3> <div class="title-arrow1"></div> <p>Register your domain with in short time</p> </div> <div class="form-group"> <div class="input-group" action="cart.php?a=add&domain=register"> 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.