Question:
contact us forms, Help please!?
Pope my ride!
2007-01-02 03:24:36 UTC
We have website and need to have a contact us form. Is it possible to do this so the page submits the data through the site without opening outlook? At present we do not have an SQL database.
Any help and general info on this subject much appreciated.
Many thanks.
Six answers:
Lafis
2007-01-02 04:20:51 UTC
It is possible. You don't say if you have PHP, ASP or JSP on your website. They are server side programming languages which can dynamically generate output.



Morever, it can send emails from your website (server)



The link below is a tutorial for sending email through a contact form by means of PHP. Although it's old by roughly 3 years, the principles still stand.



http://apptools.com/phptools/forms/



PHP: Mail Functions

http://uk2.php.net/mail



PHP Mail

http://uk2.php.net/manual/en/function.mail.php



A word of warning, be sure to add mail headers as you dynamically generate the email to yourselves, otherwise, your email might be blocked or go straight inside junk email folder.



Watch out for email injections

http://www.phpit.net/article/php-security-3-example-exploits/
anonymous
2007-01-02 03:35:53 UTC
To do this, remove the href="mailto:" and redirect this page to a dynamic web page which contains the, subject, email address and the message text fields. Then you can do the necessary programming using Visual Studio .NET.



Use "System.Web.Mail" namespace
?
2016-12-15 18:35:42 UTC
you prefer to be on a server with own domicile web site put in on it for own domicile web site to run. Dreamweaver does not have own domicile web site put in. it purely is elementary with easy HTML in that is format view. Dreamweaver purely does own domicile web site indoors the experience that that is elementary with own domicile web site coding so it might desire to grant you with blunders messages on your coding as quickly as you're making any. you will get carry of a unfastened element reported as WAMP or Xamp which will make your computer act like a server, the two comprise own domicile web site put in.
anonymous
2007-01-02 03:50:14 UTC
you need designed form with a submit button. highlight the form and write mailto:gfhghgh@hotmail.com on submit button, i designed mine in dreamweaver



form will be sent to you via e-mail
freemind
2007-01-02 04:55:52 UTC
definitely its possible.

You can use either javascript or any server side scripting languages like php, asp or others to send email to do so.



USING PHP to submit data is possible.



http://www.designgala.com/php/sending-email-using-php/
sweetraskels
2007-01-02 03:26:31 UTC
if you are using asp.net or php or any prog???

if it so then let me know...i can help you out..

pm me at sweetraskels@gmail.com


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