I am trying to submit a web form via email (Lotus Notes 5.0) to a few people. The problem is that the form will not put in the "To:" field who the message is to. It will put the form information in the body and the subject in but not who it is to. This is the code.
<form method="post" action="mailto:help desk?subject=New User" enctype="text/plain">
If I take the method out it will put the address it is supposed to go to but nothing else, no subject, no form info.
Is it in the code or or is it the settings in lotus notes?
<form method="post" action="mailto:help desk?subject=New User" enctype="text/plain">
If I take the method out it will put the address it is supposed to go to but nothing else, no subject, no form info.
Is it in the code or or is it the settings in lotus notes?