An output example
The user has added an audio file and also included the lyrics in the lyrics field.
So the data is stored now in the datastore. One location where we can see audio items displayed is on the AUDIO tab of a profile.
There are multiple locations that show us the audio that has been uploaded to a profile, there is the list of audio tracks, then there is also the tracks main details page.
Either of these locations is a possible choice to display the lyrics. The list page is controlled by the Audio modules item_list.tpl page, while the detail page is controlled by the item_detail.tpl page.
If we were wanting the lyrics to come out on the detail page, we could use the name we gave the form field to output the recorded information.
This is what the audio files item_detail.tpl page currently looks like:
ACP -> MODULES -> PROFILES -> AUDIO -> TEMPLATES -> item_detail.tpl