Jake Posted March 15, 2021 Report Posted March 15, 2021 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? Quote
1 kanenses Posted March 24, 2021 Report Posted March 24, 2021 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 Amit Kumar Mishra 1 Quote
Question
Jake
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.