I'm new the Drupal, and I'm using Drupal 7.
I've created a content type called "Travel Story", Here I've input field called visited country. I want to provide list countries name in the auto complete format by fetching through JSON. (like jquery auto complete )
as well I dont want to do this by adding all country name as a vocabulary terms, and making the input field as term reference in the content type.
How can we achive this or is there any way to use jquery auto complete inside content type??
Thanks in Advnce!!