I am developing a site with Drupal 7.
I collect some data from visitors and store them in a custom table in drupal db.
That data are related to an association, with address, contacts and some other info.
That data are only stored in db, but not displaied in the site.
What I want to do is create a custom content type, in which I choose an association via a select field and retrieve the data from db.
With that data I wanto to “embed” them in a html code, without re-entering the information.
Is it possible to do that?
I hope that my question is clear.
Thanks in advance,
Mauro
Well, time has come to create your first Drupal Module .
for the custom content types and configurable theming you need to go even further and take advantage of the node_api and theming hooks and functions
Hope this helped