The Drupal project page for View Reference has an image that implies I can pass an argument to the embedded View Reference. I'm not seeing that dialog when I edit a view or edit a page. I have Admin site permissions. Our site is set to allow entering PHP code in a Views Contextual Filters but not on web pages.

What I'm trying to accomplish is to render a view in a page. The view queries the search data, and I'm trying to pass it the title of the page that the view reference is being rendered on.

Using View Reference, I am able to render the view, but I'm not able to pass the page title as an argument for what to search on, so the view is listing all possible results, not just the ones I'm interested in.

It's technically a bit more complicated, as a sample page might have the title "Ulloa St & West Portal Ave (#137582)" and I just want to search on "Ulloa St West Portal Ave"

Comments

Charles Belov created an issue.