I need help in displaying data from a database when a drop down entry is selected.
I have a form that I created for submitting videoconferencing requests. There are
about 5 forms from a drop down list. I have it working to when they select a entry is
goes to the appropriate form. What I need help with is that on each form there is a
drop down list that lists all my school districts that will be requesting a
videoconference. What I would like it to do is when they use this drop down list and
select a entry that is pulls info from a database (jos_contxtd_detail) and pull from the
district manager, email address, telephone, and ip address of the video unit. All this in
in the database. When they select it I would like it to display that info in the form
before they submit it.
Here is sample of the drop down list (dname_list) is the element name for this
1;Select District;none
0;Abbott ISD;abbott
0;Academy ISD;academy
0;Aquilla ISD;aquilla
You can view the forms at
www.edlink12.neton the left side the button "test" is where I am working on the forms.
I have been looking at scripts and just can not get it figured out.
Any help would be appreciated.