Hi,
That code between the "<%" and "%>" is Java, correct?
What I suggest is that you do this (I'm not sure of the Java syntax, but you should get the idea):
That creates a hidden field on the form. That get's passed to FormMail with all the other values on the form.Code:td>Location</td> <td> <% String temp__location=""; temp__location = request.getParameter("location"); out.println(temp__location); out.println('<input type="hidden" name="location" value="' + temp_location + '" />'); %> </td>


Reply With Quote
Bookmarks