I'm currently using this module to collect book ISBNs in the Other field. I'd like to be able to use the ISBN data being collected by the Other field as an input to be used in conjunction with the Google Books module to embed book data into the node (Google Books module uses short tags [isbn]/{isbn} etc. to embed book information into a node).

How is the data being collected by the field and how can it be used by the Google Books module to achieve this functionality - used data collected by the Other field to populate the short tags?

https://drupal.org/node/2110993

Thanks

Comments

haydeniv’s picture

Status: Active » Closed (works as designed)

It looks like the Google Books module uses input filters to accomplish the book searching. This module uses single line text fields for its input and cannot use input filters. Input filters work on multi-line form elements. Sorry these two modules are not compatible with each other.