in reply to Append query string

Break up your old query string. Create a hidden input for each key/value pair. The names of the hidden inputs need to correspond to the keys from the query string, and the values need to be the values associated with those keys.