Jump to content
  • 0

How to add domain check form to an external website?


Question

Posted

I have a website that I would like to add a form to check if a domain is available.  Further I would like to check if all of the TLDs I offer are available.  I can't seem to find a way to do that.  What is the process?

1 answer to this question

Recommended Posts

  • 1
Posted

Hi there,

where is how I use:

<form method="post" action="//blesta_path/order/config/preconfig/your package group name" class="disable-on-submit">
<div class="input-domain">
<input type="text" name="domain" value="" placeholder="yourdomain.com" class="you class for input">
</div>
<div class="your class for button group">
<button class="btn btn-success" type="submit" name="lookup" value="1">
<i class="fas fa-search"></i> Domain Search </button>
<button class="btn btn-success" type="submit" name="transfer" value="1">
<i class="fas fa-sign-in-alt"></i> Domain Transfer </button>
</div>
</form>

You need to disable CSFR for domain search working correctly, go to:

Domain Checker - Support - Blesta Community Forums

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...