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.

Coding Forum


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



Reply
Email submission/feedback
Old 03-08-2004, 04:03 PM Email submission/feedback
Novice Talker

Posts: 8
Location: Chicago, IL
Trades: 0
Hello all, I’m pretty new to the area of web design and im hope to get some help and offer some to others (the little I have)…. my first question relates to adding an email submission/feedback form on a website such that when the form is completed the contents gets emails to a specified email address. I searched around the Internet for a generic form that I could customize. The problem is after completing the form nothing happens…

I realize I don’t know all the details about email form and wondered if there was more to it than just the HTML script, should there be something on the server side. If anyone knows of any resources where I could read more about how to make an email form, or where I could find out all that is needed to make one that would be really helpful.

Thanks much for all your help,
__________________
Thanks,

Ziggy
ziggysjammin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-08-2004, 05:54 PM
c2k
c2k's Avatar
Skilled Talker

Posts: 72
Location: Germany
Trades: 0
Hi,
I think I'll help you with your problem and you will try to solve mine, k? ;D

Please post the code of you "mailer". I think you have something like this, don't you?
Code:
<form action="mailto:abc@abc.com">
<input name="lalalala">
....
</form>
That won't work. HTML is not able to send mails. What you need is some server side script. For example you could solve you problem with php:
Code:
<form action="sendmail.php" method="POST">
<input..>
...
</form>
In the sendmail.php you would use the mail function to actually send the mail to whereever you want to.
To find such a script I would suggest to look at www.hotscripts.com

You wil find PHP as well as ASP solutions.

c2k
c2k is offline
Reply With Quote
View Public Profile
 
Old 03-09-2004, 01:30 PM thanks
Novice Talker

Posts: 8
Location: Chicago, IL
Trades: 0
Thanks for replying, ill try your suggestion tonight and post the entire code for further reference if it works. Thanks again!!!!!
__________________
Thanks,

Ziggy
ziggysjammin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Email submission/feedback
 

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