This topic is locked

Dependent Dropdown Boxes

1/22/2013 4:31:53 AM
PHPRunner General questions
G
gino author

Hi

I have a problem where on an ADD page , I would like to test an user INPUT values (not drop down boxes)ex. CAR year and car make , then use these fields to filter another field say car price which is a drop down box. Also the car price is on a different table but has use keys of year and model .
I see that I could do a single dependency using catagory only if year and make were also dropdown boxes but here I have multiple dependencies and not drop downs
thanks for any help in advance

Gino

C
cgphp 1/22/2013

You can set lookup as dropdown or as AJAX input. Check this guide for more info: http://xlinesoft.com/phprunner/docs/lookup_wizard.htm#listofvalues
Check this video http://www.xlinesoft.com/tutorials/MultipleDropdowns.html to learn how to chain multiple input.