imarockstar Posted July 17, 2007 Share Posted July 17, 2007 ok here is the deal ... I have a drop down. <select> <option name='purchase or refinance' value='' selected=''>Please Choose</option> <option name='purchase or refinance' value='0_3'>Purchase</option> <option name='purchase or refinance' value='3_6'>Refinance</option> </select> based on the above.... if the click on "PURCHASE" i would like it to show the following Time Frame to Purchase: <select> <option name='time to purchase' value='' selected=''>Please Choose</option> <option name='time to purchase' value='0_3'>0 - 3 Months</option> <option name='time to purchase' value='3_6'>3 - 6 Months</option> <option name='time to purchase' value='6_12'>6 - 12 Months</option> </select> Will you be selling a current home: <select> <option name='sell current home' value='' selected=''>Please Choose</option> <option name='sell current home' value='0_3'>Yes</option> <option name='sell current home' value='3_6'>No</option> </select> would php be the easiest way to do this ? thanks bobby Link to comment https://forums.phpfreaks.com/topic/60416-dynamic-formed-show-additional-form-input-based-on-previous-selection/ Share on other sites More sharing options...
Caesar Posted July 17, 2007 Share Posted July 17, 2007 Ajax/Javascript would likely be more what you would be looking at. Link to comment https://forums.phpfreaks.com/topic/60416-dynamic-formed-show-additional-form-input-based-on-previous-selection/#findComment-300517 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.