Hello again
We are passing four variables to the form from our database, which are picked up and used in the form like this:
These values are appearing on the form page OK, but I don't know how to assign them an input type to pass them to formmail. They need to appear in the email with all the other (user entered) fields.<td>Location</td>
<td>
<%
String temp__location="";
temp__location = request.getParameter("location");
out.println(temp__location);
%>
</td>
Thanks again for your help


Reply With Quote
Bookmarks