elysed Posted August 29, 2011 Share Posted August 29, 2011 Hello, I have a dropdown list for the tld but the "value" is blank, how do i determine/create the variable that will direct you to the "Register a domain" page with the domain you selected still showing up in the new page. <form id="form_1"> <div> <a href="http://www.hostillery.com/whmcs/cart.php?a=add&domain=register" onClick="document.getElementById('form_1').submit()">register now!</a> </form><form action="http://www.hostillery.com/whmcs/cart.php?a=add&domain=register" id="form_1" method="post"> <input type="hidden" name="token" value="" /> <select name="tld" id="tld"> <option>.com</option> <option>.co</option> <option>.net</option> <option>.org</option> <option>.ca</option> <option>.us</option> <option>.eu</option> <option>.co.uk</option> <option>.org.uk</option> <option>.biz</option> <option>.co</option> <option>.info</option> <option>.mobi</option> <option>.name</option> <option>.me</option> <option>.tv</option> </select><input type="text" class="input"> </div> </form> 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 30, 2011 WHMCS Support Manager Share Posted August 30, 2011 The token value can be found in the WHMCS admin area under Utilities > Integration Code. 0 Quote Link to comment Share on other sites More sharing options...
elysed Posted August 31, 2011 Author Share Posted August 31, 2011 Thanks! That helped. 0 Quote Link to comment Share on other sites More sharing options...
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.