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
I'm having a FORM problem
Old 12-07-2007, 07:25 PM I'm having a FORM problem
Novice Talker

Posts: 5
Trades: 0
http://www.smdpphiladelphia.com/donationform.html On the site above, I am trying to have it so that a user can input info and it automatic send, but for some reason it just opens up email. Does any have any suggestions?
Jerz is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-07-2007, 09:02 PM Re: I'm having a FORM problem
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
It's not doing anything now. Your removed the opening <form>
joder is offline
Reply With Quote
View Public Profile
 
Old 12-08-2007, 06:08 AM Re: I'm having a FORM problem
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
As far as i know there is no reliable way to send form data to email without a server side script. Your description sounds like you are using a mailto: in the action attribute. This will allow the user to open their email account through outlook or whatever their default email client is to send you the results.

Most web space providers will have a cgi application to allow you to do this automatically on the server. If this is the case you include the application path in your form tag like so

HTML Code:
<form action="/cgi-bin/app-name.cgi">
__________________
- cbeaudin
cbeaudin is offline
Reply With Quote
View Public Profile
 
Old 12-13-2007, 12:13 PM Re: I'm having a FORM problem
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Read about the php mail() function;
http://www.php.net/mail
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 12-13-2007, 05:06 PM Re: I'm having a FORM problem
Ultra Talker

Posts: 310
Trades: 0
The input controls on that page are not within the form tag. As far as sending mail is concerned you would have to use a server side scripting language or use the method recommended by cbeaudin
dman_2007 is offline
Reply With Quote
View Public Profile
 
Old 12-19-2007, 03:08 PM Re: I'm having a FORM problem
Novice Talker

Posts: 12
Location: Kenya, Africa
Trades: 0
Hey... you need to add the Mailto action try this tag <form action='mailto:you@yourdomain.com' ... >
...
</form>
Use then opening form tag direclty below the openign tags for the body and the close the form tag directly above the closing tags for the body i.e.

<body>
<form action='mailto:you@yourdomain.com' ... >
text information

</form>
</Body>
wambui is offline
Reply With Quote
View Public Profile
 
Old 12-28-2007, 01:29 PM Re: I'm having a FORM problem
Novice Talker

Posts: 5
Trades: 0
thanks i'll give these a try hopefully one of them works and basically what i wanted was form all the info in the form to be sent to an email address...
Jerz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I'm having a FORM problem
 

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