Displaying 1 result from an estimated 1 matches for "contents_variable".
2006 Mar 25
1
Automatically Filling in form field tags
I have a form which is predominantly a customer form (first name, last
name, etc), if there is a form error and I render to the form from the
controller the customer details are filled in correctly.
The question I have is, I have some fields which are _tag fields not
related to the customer model, how do I get them populated when I render
back to the form on error?
Cheers,
Dan