html code to send email, my email should not be shown
Kindly write a simple code to produce a form, where Subject & Message is displayed and when user clicks on submit button, and e-mail is sent to me, with the same subject as the user mentions. My e-mail address should not be displayed. I've been searching web for more than an hour and 30 minutes and I find the code which when I use on my blog does not work and NOT FOUND ERROR is displayed.
I don't know anything about html.
I'll be very thankful to you.
Related Article: html code not working w/ external css
is a Web Design, HTML and CSS discussion thread by newbie310 that has 5 replies, was last updated 3 months ago and has been tagged with the keywords: html, external, css.
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
blogger.com supports only html, can't I create a feedback form on that?
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
How to make the following code workable on my blog?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Feedback Form</title>
</head>
<body>
<h1>Send Us Your Feedback!</h1>
<form action="send_mail.php" method="post">
<table>
<tr>
<td>Email Adress:</td>
<td>
<input type="text" name="email_address" value="" maxlength="100" />
</td>
</tr>
<tr>
<td>Comments:</td>
<td>
<textarea rows="10" cols="50" name="comments"></textarea>
</td>
</tr>
<tr><td> </td>
<td>
<input type="submit" value="Submit" />
</td>
</tr>
</table>
</form>
<p>Form code inspired by <a href="http://www.truefastian.blogspot.com">True Fastian.com</a>!</p>
</body>
</html>
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Method Not Allowed
Error 405.
What I want to do is to allow the user to add an ask page to my blog where they can ask questions.
Kindly solve my this big problem.
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Can this problem be solved using JAVA SCRIPT?
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Thanks a lot for every one's time.
Now I'd like to ask a general question. What is the sallary of a fresh BScs abroad?
MRehanQadri
Junior Poster in Training
50 posts since Feb 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0