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

mitchell’s picture

subscribe

klausi’s picture

Just 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'];

mitchell’s picture

Status: Active » Closed (duplicate)