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
Old 03-28-2005, 11:37 AM email form
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
can someone please help me out with the code for a form. when the form is submitted i want the information to me emailed to me as text not as an attachment, if it can be done.
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
 
Register now for full access!
Old 03-28-2005, 12:51 PM
Kaiman's Avatar
Extreme Talker

Posts: 237
Trades: 0
You might want to repost this to the PHP/MySQL section, as this question partains to using either CGI/Perl or PHP sendmail functions. You can also use ASP for such a thing - depending on what you are more comfortable with. If you don't care too much about formatting you can use the plain text format in your form action and change the email address like this (see cautions after form):

Code:
<form method="post" enctype="text/plain" action="mailto:you@yourdomain.com">

Caution: the only problem with using this function was that last time I checked it didn't work in AOL.
If this doesn't work for you I would suggest going with CGI, PHP, or ASP, so that you can format things how you want. If you have someone else hosting your website you should check with them, oftentimes they have premade formmail scripts that you can use.

Hope that helps,

Kaiman

Storm King Design

Last edited by Kaiman; 03-28-2005 at 12:54 PM..
Kaiman is offline
Reply With Quote
View Public Profile
 
Old 03-29-2005, 04:47 PM
FutileSoul's Avatar
Ultra Talker

Posts: 383
Location: Michigan
Trades: 0
thanks i think that code workd good enough i just put in the enctype="text/plain"
__________________

Please login or register to view this content. Registration is FREE
- The Congregation of Man
FutileSoul is offline
Reply With Quote
View Public Profile Visit FutileSoul's homepage!
 
Old 03-30-2005, 11:10 AM
simptech's Avatar
Skilled Talker

Posts: 81
Location: Cape Coral, Florida, United States
Trades: 0
Unless your users are expecting the form to be mailed that way, they may cancel it on submission. Most browsers issue a "privacy" warning when a form is submitted using email.

Basically the warning tells the user that their email address will be exposed if they submit the form.
__________________

Please login or register to view this content. Registration is FREE

FREE PHP scripts for your website!
simptech is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to email form
 

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