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.

Website Design Forum


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



Freelance Jobs

Reply
Old 11-05-2004, 12:15 AM Submit Form to email
Junior Talker

Posts: 1
Trades: 0
Does anyone know how to make it so that you can type in a form, and hit a button, and it'll go to an email address?
PMetalDude41 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-05-2004, 03:06 AM
Ultra Talker

Posts: 377
Trades: 0
I think PHP "mail()" function would be useful.
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 11-06-2004, 12:56 PM
Novice Talker

Posts: 12
Trades: 0
Html can't do this...
Re-Lost is offline
Reply With Quote
View Public Profile
 
Old 11-06-2004, 12:59 PM
Ark
Ark's Avatar
Webmaster Talker

Posts: 563
Name: Ark
Location: USA
Trades: 0
well if some email editor like Outlook is configured then this should work..

<form action="mailto:email@domain.com">

I wouldn't suggest that because not all the people have it done... take a look at this:

http://www.formmail.com/
__________________
Ark

Please login or register to view this content. Registration is FREE
Ark is offline
Reply With Quote
View Public Profile Visit Ark's homepage!
 
Old 11-07-2004, 12:51 AM
Experienced Talker

Posts: 32
Trades: 0
here is a simbple form that uses php to do what you want...

Code:
<form name="form1" method="post" action="YourForm.php">
  <table width="100%"  border="0" cellpadding="3">
    <tr>
      <td width="6%">Name</td>
      <td width="94%"><input name="Name" type="text" id="Name"></td>
    </tr>
    <tr>
      <td>Email</td>
      <td><input name="Email" type="text" id="Email"></td>
    </tr>
    <tr>
      <td>Message</td>
      <td><textarea name="Message" cols="35" rows="4" id="Message"></textarea></td>
    </tr>
  </table>
  <br>
  <input type="submit" name="Submit" value="Submit">
  <input type="reset" name="Reset" value="Reset">
</form>
copy this into notepad and "save as" "form.html" and open it up... of course it wont work but look at the form and study the source code... mess around with it and change things around, you will understand it all in no time flat... now you need a web host that supports php, if you want a free one use bravenet, if you want paid well, you gotta pay lol
kydesignsnet is offline
Reply With Quote
View Public Profile Visit kydesignsnet's homepage!
 
Reply     « Reply to Submit Form to email
 

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