content plugin problem in using it in form bottom

pkjoshi

Active Member
I am trying to use fabrik content plugin in form bottom or form outro.

The code is
Code:
{fabrik view=list id=15 member___club_name=[club_name___id] member_repeat_designation___designation[value]=6,9,35,3 member_repeat_designation___designation[condition]=IN layout=div & showfilters=0}
 
{fabrik view=list id=16 member___club_name={club_name___id} layout=default resetfilters=1}
This code is working fine in article, but I need to get it to work in form bottom.

At the bottom of the first list I am getting this text
Code:
=6,9,35,3 &member_repeat_designation___designation{condition}=IN layout=div & showfilters=0}
as if this part of the code is getting discarded.
Therefore the result I am getting is
  1. all the records without filtering on values 6,9,35,3
  2. the layout div is not getting applied.
  3. filter is still showing.
But the example code below works fine
Code:
{fabrik view=list id=15 member___club_name=[club_name___id] member___cabinet=1 layout=div & showfilters=0}
 
{fabrik view=list id=16 member___club_name={club_name___id} layout=default clearfilters=1}

Thanks in advance.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top