Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Dreamweaver Simple Code Help
Old 05-18-2008, 09:43 AM Dreamweaver Simple Code Help
Junior Talker

Posts: 3
Name: Bob Small
Trades: 0
Quote:
<form id="contactform" method="post" action="index.php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><label for="contactform-name">Name: <span>(required)</span></label>
<input type="text" name="contactform-name" id="contactform-name" />
</td>
<td><label for="contactform-email">Email Address: <span>(required)</span></label>
<input type="text" name="contactform-email" id="contactform-email" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label>
<input type="text" name="contactform-subject" id="contactform-subject" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label>
<textarea cols="50" rows="10" id="contactform-message"></textarea>
<input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" />
</td>
</tr>
</tbody>
</table>
</form>
This a code for my contact form, but where do i enter my email?
RedSpiral_12399 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-18-2008, 10:46 AM Re: Dreamweaver Simple Code Help
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
You missed out a <tr>

HTML Code:
<form id="contactform" method="post" action="index.php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><label for="contactform-name">Name: <span>(required)</span></label>
<input type="text" name="contactform-name" id="contactform-name" />
</td>
<tr>
<td><label for="contactform-email">Email Address: <span>(required)</span></label>
<input type="text" name="contactform-email" id="contactform-email" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label>
<input type="text" name="contactform-subject" id="contactform-subject" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label>
<textarea cols="50" rows="10" id="contactform-message"></textarea>
<input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" />
</td>
</tr>
</tbody>
</table>
</form>
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 05-19-2008, 02:32 PM Re: Dreamweaver Simple Code Help
Junior Talker

Posts: 3
Name: Bob Small
Trades: 0
where do I add my email then?
RedSpiral_12399 is offline
Reply With Quote
View Public Profile
 
Old 05-19-2008, 02:35 PM Re: Dreamweaver Simple Code Help
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
This code won't function without a server-side code, such as PHP or ASP

http://www.php.net/mail

or

http://www.w3schools.com/asp/asp_send_email.asp
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 05-19-2008, 03:29 PM Re: Dreamweaver Simple Code Help
Junior Talker

Posts: 3
Name: Bob Small
Trades: 0
Quote:
Originally Posted by Gilligan View Post
This code won't function without a server-side code, such as PHP or ASP

http://www.php.net/mail

or

http://www.w3schools.com/asp/asp_send_email.asp

oh ok thanks

Im not that good with that stuff lol

Anyway, found a good website which gave me a code and it works!

I get mail now!

Thanks anywa
RedSpiral_12399 is offline
Reply With Quote
View Public Profile
 
Old 05-27-2008, 12:29 PM Re: Dreamweaver Simple Code Help
Novice Talker

Posts: 6
Trades: 0
what website is that? ... I would appreciate if you could share it to me thanks
__________________

Please login or register to view this content. Registration is FREE
11
Please login or register to view this content. Registration is FREE
FoxyGerty is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dreamweaver Simple Code Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56091 seconds with 12 queries