form parameters appended to url

Hi,

I have a simple form and on submit to either an event or a route, the
form parameters are being appended to the url. It seems it is in
between the submittal and the setNextEvent() in the form processing
event.

How can I get rid of this? Or why would this occur?

Hi Bill,

Check form method, it should be (method="post")

Thanks
Sana

Hi Sana, yep that was it, I found it a couple hours ago. I'm blind...

thanks for replying.