Hi all,
Out of necessity I have had to develop a number of custom forms for data entry and retrieval by store members. The data is then displayed in an identical fashion to the order summary as show on the default "account page" (identified by account_default), with 3 exceptions:
a) the number of records displayed is much larger than the default of 3 as used in the order summary
b) i have created a search form which can be used to restrict the number of records returned
c) i am using the built in pagination as defined in the class "splitPageResults" to tidy up the results (the db stores over 13,000 records for this data).
This third point is the kicker, and while I am sure my question requires only a simple change in my thinking, I feel a bit stuck so will ask anyway.
When a search is executed via the form, and more than one page of results is displayed, the form brings in the data originally submitted (form is posted back to the same page) populating the fields appropriately, however the links to each page of results do not resubmit the form, hence navigating to subsequent pages scraps the original query and the links kind of become redundant.
Any ideas on how best to pass the original form data to the page links without modifying the original class or it's contained functions?
Apologies in advance if this seems like a dopey question, or one that I perhaps should not even post on this forum...
Cheers
Andrejs



