Question:
HTML with Javascript sending email from a form. Not sure why this isn't working.?
1970-01-01 00:00:00 UTC
HTML with Javascript sending email from a form. Not sure why this isn't working.?
Three answers:
2016-06-04 06:59:44 UTC
HTML is just text, you can't send an image.
just "JR"
2010-10-22 09:31:22 UTC
Your never going to make it that way!

Download the free script "Form to email" (or, more complex "Email newsletter") from http://www.web2coders.com

:-)
2010-10-22 11:00:35 UTC
JavaScript is the worse way to go. If you want client-side:



Basic Client-Side Mailto: Form:





: name


: email


comments

















mailto - Web-based email Form Handler: http://www.washington.edu/webinfo/mailto/



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/


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