Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 09-27-2009, 02:20 PM   #1
Active Warrior
 
Join Date: Sep 2008
Posts: 34
Thanks: 5
Thanked 0 Times in 0 Posts
Default phpform generator question ?

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.
mr dollar is offline   Reply With Quote
Old 09-27-2009, 03:40 PM   #2
Warrior Member
 
tguillea's Avatar
 
Join Date: Sep 2009
Posts: 20
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: phpform generator question ?

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>
But if you must, take that and replace the NAME attribute with the name of your fields (identifiable by the $variable = $_POST['NAME'] where NAME is the name of the input text).

hopefully that makes sense

"One of the best GPT sites ever!"
Offers: Over $1500 | Referral Commission: 15-25% | Payout Time: 3-5 Business Days
tguillea is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
generator, phpform, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:25 AM.