Sending input value to controller

<%= form.text_field :title, :value => params[:title] %>

That is my text field. I need a link_to_remote to pass :with => the
value of the text_field. How do I do this? Thanks!