Quick question, I have a custom options page which posts to options.php, however I have a few sections to my options page where i change the post url like so: <form action='options.php?section=sectionname' ..>
when the options page reloads I need to check which section was just saved i.e. get the sectionname from the querystring, however the options.php page redirects to the options-general.php page and does not retain my query string.
can anyone think of either a way to retain the QS or tell me a better way to do this?
Thanks
