please can any one tell me on how I can generate and option from a selected option. that is, assuming I have a form where one can select his/her state of origin and then after was, the option that will be displayed on the local government will be based on the type of state selected. please could anyone assist me on how to go about it? I will be very grateful. Thank Tochi
You would need to create HTML for all eventualities, then use a JavaScript (may be easier using jQuery) to show the relevant new options upon a change event of your "state/county" field. Make sure that all input is validated correctly through server-side code as well, JavaScript alone should not be trusted. Thanks Andrew