LeanBulk Posted December 30, 2008 Share Posted December 30, 2008 Has anyone figured out how to put the pre-sales contact form on a non whmcs page? 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted December 30, 2008 Share Posted December 30, 2008 It's just a form, so just stick it where ever you want: <form method="post" action="contact.php?action=send"> <table cellspacing="1" cellpadding="0" class="frame"><tr><td> <table width="100%" cellpadding="2"> <tr><td width="100" class="fieldarea">Name</td><td><input type="text" name="name" size="30" value=""></td></tr> <tr><td class="fieldarea">Email</td><td><input type="text" name="email" size="50" value=""></td></tr> <tr><td class="fieldarea">Subject</td><td><input type="text" name="subject" size="60" value=""></td></tr> <tr><td class="fieldarea">Message</td><td><textarea name="message" rows=8 style="width:95%"></textarea></td></tr> </table> </td></tr></table> <p align="center"><input type="submit" value="Send Message"></p> </form> 0 Quote Link to comment Share on other sites More sharing options...
filehosts Posted January 2, 2009 Share Posted January 2, 2009 how do I add the CAPTCHA thing on these code? sorry noob question 0 Quote Link to comment Share on other sites More sharing options...
LeanBulk Posted January 7, 2009 Author Share Posted January 7, 2009 It's just a form, so just stick it where ever you want:<form method="post" action="contact.php?action=send"> <table cellspacing="1" cellpadding="0" class="frame"><tr><td> <table width="100%" cellpadding="2"> <tr><td width="100" class="fieldarea">Name</td><td><input type="text" name="name" size="30" value=""></td></tr> <tr><td class="fieldarea">Email</td><td><input type="text" name="email" size="50" value=""></td></tr> <tr><td class="fieldarea">Subject</td><td><input type="text" name="subject" size="60" value=""></td></tr> <tr><td class="fieldarea">Message</td><td><textarea name="message" rows=8 style="width:95%"></textarea></td></tr> </table> </td></tr></table> <p align="center"><input type="submit" value="Send Message"></p> </form> Thanks Matt. I feel dumb now haha. how do I add the CAPTCHA thing on these code? sorry noob question Would also like to know the answer to this question! 0 Quote Link to comment Share on other sites More sharing options...
Thx1138.6 Posted January 7, 2009 Share Posted January 7, 2009 I just use the WHMcs form my clients and potential clients. But of course that doesn't answer your question. 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.