If I set my Form method to GET it will send the action page something like this:
action_page.php?key=value&foo=bar
But is there a way to make it send like this:
action_page.php#key=value&foo=bar
Because the page receiving the values relies on hash variables.
Thanks!