Change post form to get form

Hi,

For various reasons I will be needing to change a form that currently
uses post to send data. to use get instead

how can I go about this?

and are there any differences in the way rails adds the data to teh
params array?

thanks