This topic is locked

User Selection

4/12/2011 5:50:16 PM
PHPRunner General questions
S
salim author

I am a newbie and have made an application on 5.3 version for testing purposes - my query when I click on the Add New button on the list page, I would like to add a drop down box with selection and redirect it to the selected value page.
I have different Add/Edit pages in various format corresponding to the values selection on the drop down.
If on the drop down - Commercial is selected, then the Commercial Add page should be displayed, if Bond is selected then the Bond Add page should be displayed, and so on so forth.
Any help would be highly appreciated.

Thanks

Sergey Kornilov admin 4/13/2011

Check this article for inspiration:

http://xlinesoft.com/phprunner/docs/add_dropdown_list_box_with_values_for_search.htm
This example shows how to add a dropdown box to the list page that redirects user upon selection.