Page 1 of 1

Populate form after making a selection from a select menu

Posted: Thu Feb 03, 2005 1:57 pm
by mrbirtch
Anyone who can help, I am wondering if there is a way that I can populate the rest of a form once the user has made a selection from a <select> menu. The menu I have setup is populated from the database and then I would like to populate the rest upon selection of a menu item.

I am creating a system where the user can edit articles and I would like for the article to populate the text field once it is chosen from the select menu.

Posted: Thu Feb 03, 2005 4:37 pm
by feyd
use an onchange event to submit a hidden form that will repopulate the page with that record's data.