Hi I am quite new to ruby. I have a landing page controller and index page that has a button on it that pops up a user input form for email address etc. One of the things I want to capture and write into the database is the name of the originating landing page. ie www,mydomain.com/landngpage/ campaign1 another landing page could be www,mydomain.com/landngpage/campaign2 The above form calls a ppc_user controller www,mydomain.com/lppc_user/new Can anyone help me on this. I have seen a few examples of passing data using the flash option but I can't get this to work. Anthony