![]() | | ||||||||
| | #1 |
| Active Warrior Join Date: Sep 2008
Posts: 34
Thanks: 5
Thanked 0 Times in 0 Posts
|
Hello everyone, I created a contact us form using phpform generator from my hosting company i.e (cpanel) my question is how can I generate the HTML code for the form to place on my site ? Thanks in advance for your quick response. |
| | |
| | #2 |
| Warrior Member Join Date: Sep 2009
Posts: 20
Thanks: 0
Thanked 2 Times in 2 Posts
| contact forms are easy enough, don't even bother with their software. HTML Code: <html> <body> <form method="post" action="submit.php"> <input type="text" name="name" /><br /> <input type="text" name="email" /><br /> <textarea cols="11" rows="5" name="comments">Comments</textarea> <input type="submit" value="Contact Us!" /> </form> </body> </html> hopefully that makes sense ![]() |
| "One of the best GPT sites ever!" Offers: Over $1500 | Referral Commission: 15-25% | Payout Time: 3-5 Business Days | |
| | |
![]() |
|
| Tags |
| generator, phpform, question |
| Thread Tools | |
| |
![]() |