Hi All I have a search text field, and a search button. If user presss search button, I redirect to a new page and 'page callback' function invoked.
I wanted the data entered in search text field (that was present in form of previous page) should be available in 'page callback' function.
Is this possible?
Regards Austin