pass argument into nodeformblock from panels
Duncan.Slade - June 17, 2009 - 10:52
| Project: | Form Block |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi, I have a nodeformblock that uses a nodereference field,
by using node reference url widget I can pass an argument to the node/add/ page,
but it doesnot seem to work via panels,
any help
regard sduncan

#1
There really isn't any way to do this, as blocks don't accept arguments. Perhaps you could use a hook_form_alter to achieve the result you are looking for?