Get value of field when in other bizform

Hi All ,

I have 2 form , 1 search form in the mode Edit , 1 form result . Search form have fields as fromdate , todate.

If I am in the file php extend result form , How can I always get the current value of these fields (I use openbiz 2.3) ?

Thanks,

You can use $_POST to get

You can use $_POST to get the fromdate and todate values.

Hi , I follow your way , but

Hi ,

I follow your way , but when I click next button , I can't get fromdate and todate values

You have to save the

You have to save the previous page/form's value into session.Or in your results form you add 2 hidden elements to carry fromdate and todate.