Hi,
I am sure this has been asked before, but how can I keep the query string in the form action tag from getting cleared when I submit it in the get method. Such as the action is "?format=flat§ion=2" and I add that to the action tag after the file so it's "view.php?format=flat§ion=2" But when I submit it it just ends up "view.php?action=view" without all the stuff I need to know. I need it to be Get. Can anyone Help? Thanks.