Comment 3 for bug 100856

Revision history for this message
Andy Altepeter (aaltepet) wrote :

OK, not sure where to go here. The standard pattern for a submitted formulator form is to call field.render, which, if REQUEST is passed in, will render the user-submitted value.

The metadata system doesn't work that way, so you can use this feature of Formulator. My thought is to manually retrieve the value from REQUEST, and pass that to renderEdit...just not sure how to really go about this yet.