Closed (duplicate)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Forms Support
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 03:23 UTC
Updated:
24 Nov 2011 at 05:09 UTC
Hi outstanding module you've built. Is there any chance that you will be integrating this with Node Reference from the URL? While the form is being built and it would be good to have an action where you get Node Reference from the URL. I would be using this so I could get fields from the Node Refer URL and use it in Form being built.
Thoughts?
Thanks,
Daimian
Comments
Comment #1
mitchell commentedsubscribe
Comment #2
klausiJust to understand you correctly: if your form is a node edit form you want to have the corresponding node, right? Copied from #596230: Make it possible to add a content argument to a form rule
use the following php code in the content ID field of the load content by ID action:
echo $form['nid']['#value'];Comment #3
mitchell commentedMerging with #655484: fill in fields on page redirect?.