Using Drupal 7 I would like to create 2 custom content types and link them together.
For example if I create the first content type of locations in the second content type of events I would have a location field that uses the location title from the first content type.
Ideally I would like to do this as a text input with autocomplete on it.
If that isn’t possible can I add something like the chosen.js to make a large select easier to manage.
Thanks
This module lets you reference nodes so you could choose which content types are selectable and have a drop down list of all instances of that content type: http://drupal.org/project/references