Hi,

We are using the clone module and url fill for various reasons and we now have a need for both for the same function. Basically, we have a job type that when a customer brings back a item under our warranty, I want to goto the original job and clone it, which will create an identical job but under a new reference. This is obviously working great with clone but... I would also like to prefil one of the fields with the current node reference so we can show a link between the two. This isn't working. Not sure if this is clone, or url_fill, or both...!

I am using this:

<option value="http://totallytechy.com/repairs/jobs/j00<?php print $fields['nid']->content;?>/clone?linked_nodes[]=<?php print $fields['nid']->content;?>">New Warranty Job

I want it to add the linked_nodes field to the existing fields, but its not. It works well in new and existing nodes (e.g. on edit), just not cloned nodes.

Thanks,
Paul.