This is an example of the code i have. there are multiple data fields that need saved and n seperate lines so the data is legible.
enter code here
<html>
<body>
<center>
<font size="2" face="arial" color="#CF18DC">
* Required Field</font></center>
<center><form enctype="multipart/form-data" method="post" action="" accept- charset="UTF-8">
<tr>
<td valign="top">
<center><strong><font color="#CF18DC">* </font>/Member #: </strong>
</td>
<td valign="top">
<input type="text" name="field-885d025b2e34341" id="field-885d025b2e34341" size="40" value="" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value=" Submit Form " />
</td>
</table>
</form>
</body>
</html>
i need a submit function or something to save the form data to a txt file in a local directory. I just cant figure this out can anyone please help? The file name that saves has to be the answer received in one of the collected data fields or it will just over write the file each time. Is this possible?