Before I submit a feature request on the overworked Views issue queue -- please tell me there is a helper module that already does this OR some kind of solution for this problem:<br><br>Drupal setup: D6 with latest versions of cck and views.<br>
<br>Content type 1: Books<br>Content type 2: Authors<br><br>&quot;Books&quot; has a &quot;node reference&quot; field to &quot;Authors&quot;<br><br><b>Problem</b>: in order to successfully complete the form: node/add/books the author of the book you are adding most already have a record previously entered at node/add/authors.<br>
<b>Desired functionality</b>: When you type in the name of the author to the autocomplete field and then click submit, instead of getting an error, &quot;Author:  found no valid post with that title&quot;, Drupal would go ahead and create that new node with John Steinbeck as its title. Obviously, the the Authors content-type couldn&#39;t have any required fields other than title. Drupal could assign the author to be the logged in user.<br>
<br>I&#39;m hoping someone is going to tell me that there is a module for this or that Views2 can even do it already and that I just missed the settings.<br><br>Can triggers and actions do this, maybe?<br><br>It&#39;s a huge UI problem to tell the user to create two nodes in a particular order when they just want to do one thing.<br>
<br>Thanks,<br><br>Shai<br>