Displaying a list within a form

I am displaying a list of 'club members comments' within the footer of a form by placing this

{fabrik view=list id=8 showfilters=0}

in the footer and setting 'process joomla plugin'.



This displays the full list of comments for every club member.

I have an databasejoin element in the form called 'clubmembers___member_id'

When the user selects a club member from the databasejoin I would like the list to show only comments by that club member.

I am assuming this will work

{fabrik view=list id=8 clubmembers___member_id={clubmembers___member_id_raw} showfilters=0}

But how would I reload the data in the list in footer?
 
Maybe you need to call the list JS objects updateRows() method when user select a club member

Code:
Fabrik.blocks['list_8_com_fabrik_8'].updateRows();
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top