In the template file where the results should show, use the format "[<join_name>_<fieldname>]" for dbf and mysql joins and "[<join_name>_<fieldname>]" for csv joins. For example, I'm using [reg_join_2] to access data from the 2nd column of my csv file.
Correction: "[<join_name>_<fieldname>]" for dbf and mysql joins and "[<join_name>_<fieldcolumn>]" for csv joins Maricris
