Jump to content

link domain search to my html design


Recommended Posts

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 ?

Link to comment
Share on other sites

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>	

 

Link to comment
Share on other sites

  • 2 years later...
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">
                               

 

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