Hello, In HTML forms, if the form uses POST method to send the values to the "action" page. Is there anyway to send those values using GET method (ie pass the values via the URL) without changing the method the form uses (ie it stays POST)?