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

Posts: 3
Name: Bob Small
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
 
When You Register, These Ads Go Away!
Old 05-18-2008, 10:46 AM Re: Dreamweaver Simple Code Help
rogem002's Avatar
Webmaster Talker

Posts: 611
Name: Mike
Location: United Kingdom
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>
__________________
PHP Code:
Add_Talkupation('rogem002'); // Because sharing is awesome! 
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
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
Dead Like Me

Posts: 1,608
Name: Stefan
Location: London, UK
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
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
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
what website is that? ... I would appreciate if you could share it to me thanks
__________________
FoxyGerty is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dreamweaver Simple Code Help
 

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

vB 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.14911 seconds with 12 queries