How to get value text_field_tag from controller

hi, I would like get the value of text_field from controller, my
text_field_tag not within of form, is necessary to use.

as I can do it without javascript

On Feb 10, 9:58am, “Rogelio A. RogeX” [email protected] wrote:

hi, I would like get the value of text_field from controller, my
text_field_tag not within of form, is necessary to use.

as I can do it without javascript

Not quite sure that I parse what you’re looking for - without
Javascript, the only way an HTML input field’s contents will get to
your controller is via submitting a form…

–Matt J.