I am trying to use {exp:extract_url} to populate an <a > tag to allow users to download files other users have uploaded into a custom field.
When uploaded, the file winds up in the directory specified by filedir_3 in “Upload Preferences” and my custom field shows: {filedir_3}foo_file.aif
But
<a href="{exp:extract_url}{field_id_19}{/exp:extract_url}">{field_id_19}</a>
results in
<a href="">{filedir_3}foo_file.aif</a>
Is there a trick I am missing?
