How to Send a Message with a email form and a simple message editbox
Posted: Thu Jan 17, 2019 5:31 pm
Hello,
I wanna create a simple window to send a message to a fixed email Adress,
I created my form with the form wizard by using 'Business Contact' template, and I modified the action property to define my adress by mailto:philippe.novel@soprabanking.com?subject=Contact Information,
But I want to provide to the user a field to enter his message and I don't understand how to proceed.
Could you help me ?
Thanks in advance,
Best regards,
Philippe
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Feedback</title>
<meta name="generator" content="WYSIWYG Web Builder 14 - http://www.wysiwygwebbuilder.com">
</head>
<body>
<div id="wb_feedbackForm1">
<form name="contact" method="post" action="mailto:philippe.novel@soprabanking.com?subject=Contact Information" enctype="text/plain" id="feedbackForm1">
<input type="text" id="feedbackEditbox1" name="Nom du client " value="Jean Pierre DURAND" spellcheck="false">
<label for="feedbackEditbox2" id="feedbackLabel2">Email Gestionnaire :</label>
<input type="text" id="feedbackEditbox2" name="email" value="AlainRobert@CEIDF.com" spellcheck="false">
<input type="submit" id="feedbackButton1" name="" value="Send">
<label for="feedbackEditbox1" id="feedbackLabel1">Nom du Cédant:</label>
<label for="feedbackEditbox2" id="feedbackLabel3">Message :</label>
<textarea name="feedbackTextArea1" id="feedbackTextArea1" rows="7" cols="28" spellcheck="false"></textarea>
</form>
</div>
<link href="Test.css" rel="stylesheet">
<link href="feedback.css" rel="stylesheet">
</body>
</html>
I wanna create a simple window to send a message to a fixed email Adress,
I created my form with the form wizard by using 'Business Contact' template, and I modified the action property to define my adress by mailto:philippe.novel@soprabanking.com?subject=Contact Information,
But I want to provide to the user a field to enter his message and I don't understand how to proceed.
Could you help me ?
Thanks in advance,
Best regards,
Philippe
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Feedback</title>
<meta name="generator" content="WYSIWYG Web Builder 14 - http://www.wysiwygwebbuilder.com">
</head>
<body>
<div id="wb_feedbackForm1">
<form name="contact" method="post" action="mailto:philippe.novel@soprabanking.com?subject=Contact Information" enctype="text/plain" id="feedbackForm1">
<input type="text" id="feedbackEditbox1" name="Nom du client " value="Jean Pierre DURAND" spellcheck="false">
<label for="feedbackEditbox2" id="feedbackLabel2">Email Gestionnaire :</label>
<input type="text" id="feedbackEditbox2" name="email" value="AlainRobert@CEIDF.com" spellcheck="false">
<input type="submit" id="feedbackButton1" name="" value="Send">
<label for="feedbackEditbox1" id="feedbackLabel1">Nom du Cédant:</label>
<label for="feedbackEditbox2" id="feedbackLabel3">Message :</label>
<textarea name="feedbackTextArea1" id="feedbackTextArea1" rows="7" cols="28" spellcheck="false"></textarea>
</form>
</div>
<link href="Test.css" rel="stylesheet">
<link href="feedback.css" rel="stylesheet">
</body>
</html>