Jump to content

Membership form (Dropdown onChange )


farnoise

Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/182315-membership-form-dropdown-onchange/
Share on other sites

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.

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.