ruby on rails - Send querystring params as part of form post -
What is a way to capture the query string and send it as part of a form post? I am using Rail 2.3.5 and my user is on a page with several query string parameters. On this page, they are going to submit a form that gets the posts inside that action, I want to know what those cross border parameters were. Obviously, they are not sent as part of the post, so I need the actual form values, along with the query string parameters that were on the page when the user submitted the form.
I'm sure I can write some bad javascript which will be available in the crypt-string parameter form in hidden areas, but it looks ugly. I am surprised if I am just going about all this wrong, to make matters even worse, I am the newcomer of railways.
Appreciate any pointers or ideas for me to go in the right direction.
Comments
Post a Comment