OutInLeftField
Programmer
I am trying to use this to build a drop down box of companies. When the user selects a company, I'd like to populate the form (with address, state, city, zip, etc) with the contactid (from table).
I tried this method put forth by the thread "Populating Text Boxes" but I receive an error "Object expected" on the line "<input type="text" name="some_other_name" id="txtChangeable">
". I know that this references the id of the array. Then I get the correct record from the array to populate the form.
HELP!
Thank you!
I tried this method put forth by the thread "Populating Text Boxes" but I receive an error "Object expected" on the line "<input type="text" name="some_other_name" id="txtChangeable">
". I know that this references the id of the array. Then I get the correct record from the array to populate the form.
HELP!
Thank you!