What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » contact, email from web thingu

contact, email from web thingu
Author: Message:
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. contact, email from web thingu
Can someone make a contact thingu like in http://sonicsam.net/?page_id=20 With the name, message and stuff :P Or give me a very basic thing with just the message and submit feild :p so i can add the rest,  the only thing i dont get is the submit button.. and i tried learning but it confuses me :p
Please help the greatest dick duck here
QUACK QUACK QUACK

03-17-2007 08:01 PM
Profile E-Mail PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: contact, email from web thingu
http://www.google.co.uk/search?hl=en&q=making+a+c...&btnG=Search&meta=
[Image: Zahid.png]
03-17-2007 08:17 PM
Profile PM Web Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: contact, email from web thingu
Can someone tell me whats wrong with this code :)
code:
<form action="mailto:xyz@xyzhost.com" method="post" enctype="text/plain">
<table width="80%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="35%">
<div align="right"><b>Name:</b></div>
</td>
<td width="65%">
<input type="text" name="name" size="15">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Email:</b></div>
</td>
<td width="65%">
<input type="text" name="email" size="20">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Comment:</b></div>
</td>
<td width="65%">
<textarea name="comment" cols="25" wrap="virtual" rows="3"></textarea>
</td>
</tr>
<tr>
<td width="35%">&nbsp;</td>
<td width="65%">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="Reset">
</td>
</tr>
<tr>
<td width="35%">&nbsp;</td>
<td width="65%">&nbsp;</td>
</tr>
</table>
</form>

I know its in html and i want to keep it in html, but the code in word press messes :S
Help.
QUACK QUACK QUACK

03-17-2007 09:28 PM
Profile E-Mail PM Find Quote Report
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: contact, email from web thingu
I can't see anything wrong with your markup, but I would like to suggest a mailer script.

code:
<?php
mail("xyz@abc.com", "Contact form data", var_dump($_POST));
?>


This is from the code I used for my science fair script and I found it works nicely it you dont mind the format.

I wrote this code assuming you have php with mail() seeing that you mentioned WordPress.

This post was edited on 03-17-2007 at 09:47 PM by Baggins.
03-17-2007 09:47 PM
Profile E-Mail PM Web Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: contact, email from web thingu
Why do my buttons keep on going in word press...
Submit and reset keep dissapearing =/
QUACK QUACK QUACK

03-17-2007 10:11 PM
Profile E-Mail PM Find Quote Report
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: contact, email from web thingu
If you look in the page source are they there?
03-17-2007 10:17 PM
Profile E-Mail PM Web Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: RE: contact, email from web thingu
quote:
Originally posted by Baggins
If you look in the page source are they there?

The code for the contact form in the page source is
code:
        <div class='snap_preview'><form action="mailto:xyz@xyzhost.com" method="post" enctype="text/plain">
<table border="0" cellpadding="2" cellspacing="0" width="80%">
<tr>
<td width="35%">
<p align="right"><strong>Name:</strong></p>
</td>
<td width="65%"></td>
</tr>
<tr>

<td width="35%">
<p align="right"><strong>Email:</strong></p>
</td>
<td width="65%"></td>
</tr>
<tr>
<td width="35%">
<p align="right"><strong>Comment:</strong></p>
</td>
<td width="65%"><textarea name="comment" cols="25" rows="3"></textarea></td>
</tr>
<tr>
<td width="35%"></td>
<td width="65%">

</td>
</tr>
<tr>
<td width="35%"></td>
<td width="65%"></td>
</tr>
</table>
</form>
</div>       


but what ive coded is:
code:
<form action="mailto:xyz@xyzhost.com" method="post" enctype="text/plain">

<table width="80%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="35%">
<div align="right"><b>Name:</b></div>
</td>
<td width="65%">
<input type="text" name="name" size="15">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Email:</b></div>
</td>
<td width="65%">
<input type="text" name="email" size="20">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Comment:</b></div>
</td>
<td width="65%">
<textarea name="comment" cols="25" wrap="virtual" rows="3"></textarea>
</td>
</tr>
<tr>
<td width="35%">&nbsp;</td>
<td width="65%">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="Reset">
</td>
</tr>
<tr>
<td width="35%">&nbsp;</td>
<td width="65%">&nbsp;</td>
</tr>
</table>
</form>


=/ So the buttons and text areas for Name and Email go missing =/
QUACK QUACK QUACK

03-17-2007 10:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On