Skip to main content
Inspiring
January 20, 2009
Question

hidden field

  • January 20, 2009
  • 2 replies
  • 401 views
Hello - I have a class registration page and I am unable to get the contents of a classID field to display in the access database. The class title displays correctly on the form drop-down but I want the hidden classID field that goes with the class title to get inserted into the db too. see code below --thks jim
This topic has been closed for replies.

2 replies

Inspiring
January 21, 2009
make #classid# the value of your OPTION tags instead of #class# you are
using now - then you form will submit the classid to the action page
instead of class name.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
rockhikerAuthor
Inspiring
January 20, 2009
My bad! hidden field now works-