Hello all,
I understand by using
$form = new HTML_QuickForm('myform','POST',' index.php?body=dashboard');
I can use a custom action which will point the browser to index.php?body=dashboard everytime the submit button and pressed.
Using $_SERVER['PHP_SELF'] in the custom action section only outputs /music/index.php How can I grab the full url including anything after ? automatically and place it in the custom action section?
-Thanks,
Rich