Weird issue with params from form for one user

Hi there

I have an online survey app built in Rails.

I’ve just encountered an odd error where only one user is hitting
application errors. All other users are fine.

From the log, it seems that no form params are being sent back from a
form, which is comprised of radio buttons.

None of the params from the radio buttons are getting back to the
controller. But the controller name and method are being sent, just
not form data.

If I log on as this user, all is fine, and the logs show all params
getting posted to the controller ok.

What possible explanation is there for this? I’m totally stumped.

Could it be a browser issue?

I’ve just encountered an odd error where only one user is hitting
application errors. All other users are fine.

What browser/OS? Javascript enabled? Is there any javascript stuff
going on in building the form?

Max

Thanks for your reply Max - am still waiting to hear what browser/OS
is being used by the user with difficulties.