Extended Search - filter by first radio value on page load?

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

Extended Search - filter by first radio value on page load?

Post by konfuzion »

EXT SEARCH
(X) RADIO BUTTON1 (_) 1 RADIO BUTTON2 (_) RADIO BUTTON3

LIST (FILTERED BY RADIO BUTTON1)

Instead of having to click on Radio 1 and click search, how can this be done automaticaly on page load ?

(Radio buttons are populated from a LOOKUP TABLE and DISTINCT enabled.)


mobhar
User
Posts: 11660

Post by mobhar »

Since you want to filter the recordset on page load, then you may use Recordset_Selecting server event.

In addition, to make the Radio button is selected on page load, then you may use Startup Script.


Post Reply