Hi,

Thanks for the module!

Taken from the documentation: "Everytime a view is displayed, your form is called for every view row. Row fields (including node nid) are passed as an argument to the form.".

However this seems to work only for numeric fields - not all fields show up. In my case, I'm using the "Global: Custom Text" field to show one of the arguments for my view. This doesn't show up in $row in my form - just NULL.

I've looked through the module, but I'm not sure how $row is populated. Maybe this is just a Views thing?

Is there something I'm missing?

Thanks!

Comments

meba’s picture

Status: Active » Postponed (maintainer needs more info)

I've looked into the code and I don't think there should be a problem with it. Maybe there is a problem that the Custom text is not rendered in the time when form values are passed to the form. Can you try aother fields? Like node title?

meba’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

No more information supplied by reporter.