Article sections
So you are trying to build your new web hosting website by yourself and you got stuck trying to figure out a way to add a domain transfer to your homepage or any other page?
Here are things we assume you already have at this point:
- domain name
- reseller hosting or VPS that has a reseller plugin (that is if you wish to sell web hosting to your clients)
- WHMCS (web hosting management solution) that automates your billing, support and entire business process
- Your own custom built website or CMS (WordPress etc)
- a domain reseller account or your own domain registry
If you wan to give people the option to migrate their domain names to your service here’s how to go about it:
1. Create a form using the sample code below:
<form action=”http://example.com/cart.php?a=add&domain=transfer” method=”post” method=”post”>
Domain: <input type=”text” name=”sld” size=”20″> <select name=”tld”>
<option>.com</option>
<option>.org</option>
<option>.net</option>
<option>.uk</option>
<option>.co.uk</option>
<option>.biz</option>
<option>.info</option>
<option>.us</option>
<option>.name</option>
<option>.com.ng</option>
<option>.tel</option>
<option>.mobi</option>
<option>.eu</option>
<option>.asia</option>
<option>.me</option>
<option>.tv</option>
<option>.store</option>
<option>.info</option>
<option>.firm.in</option>
</select>
<input type=”submit” value=”Go”>
</form>
The basic form will look like this and you can customize the look with CSS.
You can use the code any where on your web page to give your users access to instant domain transfer.
And yes, there you have it, the code you need to set up a domain transfer form on any page in your website.
If you need help building your website, we are just a chat away!