Question:
make a html from without sending information to outlook?
Darkconnor66
2010-11-05 05:15:43 UTC
How do you make a html from without sending information to outlook but straight to your email?
Five answers:
2010-11-05 21:47:32 UTC
Recommend using a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent "mailto:" action to get the form info sent to you.



Your current hosting package MUST allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.



PHP: Sending Email Tutorial (Text/HTML/Attachments): http://www.webcheatsheet.com/php/send_email_text_html_attachment.php



Use any of the below sites to make the workable form you need:



For making forms:



These are really good online form makers. Just follow the instructions for making it and uploading file(s).



Contact Form Generator: http://www.tele-pro.co.uk/scripts/contact_form/

WYSIWYG Form Maker: http://www.jotform.com/?gclid=CNKhqei1wJ4CFRQhnAod6laUqA

http://www.thesitewizard.com/wizards/feedbackform.shtml

Ajax - Creating an HTML Form: http://www.tizag.com/ajaxTutorial/ajaxform.php

http://www.phpform.org/



http://www.thepcmanwebsite.com/form_mail.shtml

http://emailmeform.com/

http://www.freecontactform.com/
dogwood_of_anthropos
2010-11-05 07:16:43 UTC
When I was young and started doing webpages, it bothered me that I felt so limited in what I could do. Forms, data, nothing went anywhere or did anything. Couldn't send email accept through outlook. Couldn't make a guestbook unless it was an app provided by my host. Etc.



Honestly, if you're using a free webserver you probably don't have good access to what you need (a scripting language like PHP or ASP). I'd highly recommend you invest $100 and get yourself a real web host and domain if you don't already have one.



Next, learn a scripting language. You've already learned HTML. You can do this!!



I recommend http://www.w3schools.com/php/ as the perfect place for beginners to learn. This website also explains how to use the mailto() function.



PHP will open up a whole new world of possibilities.



ASP is an alternative, as I stated, and there is training for that available at w3schools also.
JoelKatz
2010-11-05 05:26:36 UTC
Ask your hosting provider or look through their documentation. It will usually be called a "form to mail gateway".
just "JR"
2010-11-05 07:08:28 UTC
You don't use the HTML function "mailto()", you use a server-side script such as Php. (Leave mailto() to those who can't code)

Download "Form to email" from http://www.web2coders.com

(php)
2010-11-08 15:35:56 UTC
you use php. its pretty hard at first but it gets easier


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...