farnoise Posted November 20, 2009 Share Posted November 20, 2009 Hi Okay, this is a bit of a complicated situation, so hang with me please. I have a form that has normal text fields and stuff, but the last part of the form asks user to select one of the 5 different options in a drop down menu. When user select anyone them I want to have field show up under that drop down and give him couple choices with checkbox, But here is the point that Check box options in Drop down Item#1 is different than 2 and 2 is different than 3 and so on... so Each time he choose one of those his options should change to that specific Menu Item. Anybody can help me with that?! Thanks Quote Link to comment Share on other sites More sharing options...
premiso Posted November 20, 2009 Share Posted November 20, 2009 Either code all the checkboxes and use CSS to hide them, then onChange show the boxes or use AJAX to make a call back to the server and pull the data then display it on the page. Given that this is not really PHP related, moving to the Javascript forum. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.