Jump to content

php mulitple form


bishop2001

Recommended Posts

hi i am trying to create a drop down menu where for example the 1st menu has 2 items and the 2nd menu has 4 items. So when you pick the 1st drop down you get first 2 choices from menu 2 and when you select the 2nd choice in menu 1 you get the other 2 choices from menu 2.

so drop down New York would have Queens , Brooklyn etc...

<form name="region" onClick="this.form.submit()" default="ny" method="POST">
<select name="dropdown">
<option value="ny">New York</option>
<option value="to">Toronto</option>
<option value="ln">London</option>
<option value="hk">Hong Kong</option>
</select>
<noscript><input type="submit" value="Submit"></noscript>
</form>

Link to comment
https://forums.phpfreaks.com/topic/288842-php-mulitple-form/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.