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

Join the conversation

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

Guest
Answer this question...

×   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.

Loading...
×
×
  • Create New...