glenelkins Posted November 17, 2006 Share Posted November 17, 2006 HiI have a form layed out in a table, how do I get this form to show extra text fields when the user selects an option from the drop down?I already have the dropdown selection function to work I now need to know how to write the function to display the extra info Link to comment https://forums.phpfreaks.com/topic/27558-change-content-on-selection/ Share on other sites More sharing options...
fenway Posted November 17, 2006 Share Posted November 17, 2006 Sounds like you want to monitor the onchange event for a SELECT tag, see if the value is your desired value, and then un-hide the remaining options (which I assume are in a hidden DIV or something similar). Link to comment https://forums.phpfreaks.com/topic/27558-change-content-on-selection/#findComment-126075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.