altious Posted June 25, 2012 Share Posted June 25, 2012 I try putting this code in my wordpress <form action="http://www.mysite.com/domainchecker.php" method="post"> <input type="hidden" name="token" value="value" /> <input type="hidden" name="direct" value="true" /> Domain: <input type="text" name="domain" size="20" /> <select name="ext"> <option>.com</option> <option>.net</option> <option>.org</option> <option>.biz</option> <option>.info</option> <option>.name</option> <option>.us</option> <option>.jp</option> <option>.co.id</option> </select> <input type="submit" value="Go" /> </form> but the form button always shows below the input form and not align properly it works in html but not in wordpress.. anyone know who can fix this? 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.