Dynamic Selection

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
austinl
User
Posts: 38

Dynamic Selection

Post by austinl »

I am trying to make a home page with a drop down selector for different information. For example if I select "Call Signs" Information from the call_signs view appear and if I select attendees than information from my attendees table will appear. Does anyone know how to do this or if it is possible?


mobhar
User
Posts: 11737

Post by mobhar »

Just generate the *edit.php or *add.php page that contains the Dynamic Selection. You may refer the code/logic in that generated php file.


Post Reply