Link to home
Start Free TrialLog in
Avatar of Oramcle
Oramcle

asked on

Send form data using Outlook

Here is the attached HTML page,
When i hit submit button , it has to open the outlook Email message, populate the Subject field based on the Input field , cc address field from hidden field name and the formatted name value pair in the body along with all these formats.

I need to enter the to filed and send this email .

Things required:
Format this form in the body
Auto populate the Subject & CC field
How to add the calendar control  in the HTML?


Please kindly let me know if i have to open another question and provide you 500 more points, i am happy to do that . I KNOW I AM ASKING TOO MUCH !!!!
i WANT EVERY THING IN HTML OR JAVASCRIPT.


Many Thanks.
OR.
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Maintenance Schedule request - UNIX PROD SVCS.</title>
</head>

<body>

<h1 align="center"><font color="#0000FF">Maintenance Schedule request </font></h1>
<p><font color="#0000FF" face="Courier New"><b>We are contacting you because 
your team is mentioned as the application/database owner for the below mentioned 
server which needs maintenance.</b></font></p>
<form method="POST" action="--WEBBOT-SELF--">
	<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
	<p><b><font color="#0000FF" face="Courier New">Server:&nbsp;
	<input type="text" name="T1" size="20"></font></b></p>
<p><b><font color="#0000FF" face="Courier New">Issue :&nbsp;
<input type="text" name="T2" size="20"></font></b></p>
<p><b><font color="#0000FF" face="Courier New">Request type :<input type="text" name="T3" size="20"></font></b></p>
<p><b><font color="#0000FF" face="Courier New">Scheduled date :&nbsp; {Calander 
Control}</font></b></p>
	<p align="center"><input type="reset" value="Reset" name="B2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
	<input type="submit" value="Submit" name="B1"></p>
</form>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><b><font face="Courier New" color="#0000FF">&nbsp;</font></b></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="right">&nbsp;</p>

</body>

</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Kusala Wijayasena
Kusala Wijayasena
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Herewith I'm attaching a sample to illustrate how to achieve your goal. Check that out

-Kusala
SendMail.zip
Avatar of Oramcle
Oramcle

ASKER

Dear Kusala,
SendMail looks good but the only problem is

"Maintenance Schedule request

We are contacting you because your team is mentioned as the application/database owner for the below mentioned server which needs maintenance"



is not displaying in the body of the email ....  Could you please help me in that  to display the formatted message in the email.

Thanks
OR


 
Avatar of Oramcle

ASKER

Dear Kusala, Please use this questions also for your point

https://www.experts-exchange.com/questions/26705030/mailto-Format-the-body-Text.html

I have posted a reply on your other thread. Check that

-Kusala
Avatar of Oramcle

ASKER

Thank you