Hi folks
I have a simple form with a hidden value:
<form method="POST" enctype="multipart/form-data" action="edit_comment.asp" name=submitform>
input type=hidden name="email" value="wrg">
input type=SUBMIT name="submit" value="Edit the message">
But for some reason the value is not being passed. Am I missing something obvious?
Gerard
I have a simple form with a hidden value:
<form method="POST" enctype="multipart/form-data" action="edit_comment.asp" name=submitform>
input type=hidden name="email" value="wrg">
input type=SUBMIT name="submit" value="Edit the message">
But for some reason the value is not being passed. Am I missing something obvious?
Gerard