Input field for pagination

By proba - December 2, 2013

Hello,

one quick question - Is there a way to make form for change page number with input field value? I mean after search :)

Example: my url - list.php?offer=sell&price_min=&price_max=&submit=Submit&page=3 . I want to have form with input field where i can put some value like "9" and my url change to this - list.php?offer=sell&price_min=&price_max=&submit=Submit&page=9 .

Want to save my search criteria and change only page number.

Thanks