PHP Classes

Populate textboxes from the linked selectboxes

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  Upcoming Visual HTML ...  >  All threads  >  Populate textboxes from the linked...  >  (Un) Subscribe thread alerts  
Subject:Populate textboxes from the linked...
Summary:Populate textboxes from the linked selectboxes
Messages:2
Author:rob
Date:2007-04-05 09:47:27
Update:2007-04-05 13:41:41
 

  1. Populate textboxes from the linked...   Reply   Report abuse  
Picture of rob rob - 2007-04-05 09:47:27
dear Mr Lemos,

Thank you for your great work you have done.

I do have a question which puzzles me a lot,

How can I populate a textbox or few textboxes with information from the result of a linked selectbox?
example:
form elements

selectbox country: United States
selectbox location: New York
selectbox street: phillystreet
textbox should now contain: name of company in phillystreet

rest of the formelements.

Your help is really appriciated.
thank you in advance

  2. Re: Populate textboxes from the linked...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-04-05 13:41:41 - In reply to message 1 from rob
The linked select plug-in only manages select inputs.

To link text inputs, either you develop a new plug-in or just write custom application code to change the text input when the last select input changes.