Fields_for dynamic label

Posted by sebajb on Stack Overflow See other posts from Stack Overflow or by sebajb
Published on 2010-03-06T14:51:46Z Indexed on 2010/03/08 0:12 UTC
Read the original article Hit count: 625

Filed under:
|

I have dynamic form which has a set of values. I created a partial which contains text fields which I display. Next to each of them I would like to display a label containing the title of the text. For instance First Name, and Last Name would not be known previously. How do I go about doing that? It seems that I cannot access the attributes directly. But when I use the label field, the variable name in the label is displayed not the actual value.

© Stack Overflow or respective owner

Related posts about rails

Related posts about fields-for