Click to See Complete Forum and Search --> : Html Forms


tetu
09-18-2003, 05:22 PM
Hi, i'm building a web site and i need some help when comming in submiting a form i want to make a form so that the user imputs and its send automaticly via e-mail. but the e-mail must have a sort of pre setted format. how could that be done??
Thank \YOu

PeOfEo
09-18-2003, 05:58 PM
Not with html. HTML forms send emails in a text format. If you want html forms you are going to need a server side language. Also HTML forms are not reliable and only work if a user has a mail client on their computer. Do you know what server side language you host supports?

tetu
09-19-2003, 12:39 AM
is pearl oki than ?? or is there something else more effication could i find a script already done just to edit it ??

tetu
09-19-2003, 12:49 AM
hi first of all thanks for your reply. I'm thinking of using jsp and i would like to send a sort of template with information as chosen by the user in a form of an e-mail. Do you have an idea how to formulate this template to be send by e-mail. Thanks in advance

terribrill
09-20-2003, 09:49 PM
First of all, do you know PHP? PHP is a good way to have a HTML form sent to email. But, as said, it can't be done with just html. You need some kind of server side language. Is that all that you want to do, or do you need to do something more complex than that?;)

PeOfEo
09-21-2003, 01:07 PM
JSP is a server side language and so is CGI so perl and JSP are fine.