I need to know the best way :
when the user selects a vendor from a dropdown select box
the vendor information will be filled in on the form
(example code please)
see attached jpg
Attachment:
File comment: Dropdown select box
Thanks
Charlie Crimmel
Fill in form from dropdown list
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Fill in form from dropdown list
If you want the form to be filled "on change" of the drop-down list then you will have to use Javascript/Ajax.
If you were to have a submit button alongside of the drop-down list then you could use php.
Which one will you use?
If you were to have a submit button alongside of the drop-down list then you could use php.
Which one will you use?
Re: Fill in form from dropdown list
form to be filled "on change" of the drop-down list
Vendor Name looks up on the Vendor Table and the other fields are filled in
Thanks
Charlie Crimmel
Vendor Name looks up on the Vendor Table and the other fields are filled in
Thanks
Charlie Crimmel