Jump to content

Pre-Sales Contact Form on NON WHMCS Page


LeanBulk

Recommended Posts

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>

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated