I have a registration form attached to an event node using Views Attach. I want to populate a view reference field in the registration form with the node title of the event node. I can't figure out how to construct the view to do this.

Comments

DrewMathers’s picture

[Comment #1 reserved for solution description]

freakalis’s picture

Status: Active » Closed (won't fix)

You might be able to solve it through hook_form_alter(); have a look at http://drupal.org/node/1144714 for some ideas.