Use this code below. 
  
<form method="post" action="http://path-to-whmcs/domainchecker.php?search=bulk"> 
<input type="hidden" name="token" value="feb215895d11fae0651d9560fa057c35d1d65042" /> 
  
<div class="well"> 
    <p>The bulk real-time domain name search allows you to search up to 20 domains at once.  Enter the domains in the field below, one per line - do not enter www. or http:// in front.</p> 
    <br /> 
    <div class="textcenter"> 
        <textarea name="bulkdomains" rows="8" style="width:60%;"></textarea> 
    </div> 
    <div class="textcenter"> 
                <div class="internalpadding"><input type="submit" value="Check Availability" class="btn btn-primary btn-large" /></div> 
    </div> 
</div> 
  
</form>