Last active
March 30, 2019 09:30
-
-
Save ShiponKarmakar/4c6de2abacb2f1489c5f688d1a56dd21 to your computer and use it in GitHub Desktop.
Here’s the WHMCS search/integration code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="cart.php?a=add&domain=register" method="post"> | |
Domain: <input type="text" name="sld" size="20" /> | |
<select name="tld"> | |
<option>.com</option> | |
<option>.net</option> | |
<option>.org</option> | |
<option>.eu</option> | |
<option>.us</option> | |
</select> | |
<input type="submit" value="Go" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment