Results 1 to 5 of 5

Thread: Variables in HTML form - assigning input type

Threaded View

  1. #1
    Join Date
    Oct 2004
    Posts
    27

    Default Variables in HTML form - assigning input type

    Hello again

    We are passing four variables to the form from our database, which are picked up and used in the form like this:

    <td>Location</td>
    <td>
    <%
    String temp__location="";
    temp__location = request.getParameter("location");
    out.println(temp__location);
    %>
    </td>
    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.

    Thanks again for your help
    Last edited by tvulucy; 06-Oct-2004 at 09:33 AM. Reason: More logical title!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Sample HTML Form Using FormMail
    By russellr in forum FormMail
    Replies: 1
    Last Post: 21-Mar-2007, 07:49 AM
  2. Return All Variables To Form Page On Error
    By cornernote in forum FormMail Subscription Support
    Replies: 12
    Last Post: 31-Oct-2004, 10:20 PM
  3. Removing empty variables from eMail reply
    By Prospero in forum FormMail Subscription Support
    Replies: 4
    Last Post: 25-Jul-2004, 08:22 AM
  4. Submitted form output onto HTML page?
    By LKimber in forum FormMail Subscription Support
    Replies: 2
    Last Post: 13-Apr-2004, 11:39 AM
  5. Adding Attachment Variables
    By Bella in forum FormMail Subscription Support
    Replies: 1
    Last Post: 12-Apr-2004, 10:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts