Twig Error: TotalCMS\Domain\Twig\Adapter\CollectionTwigAdapter::object(): Argument #2 ($id) must be of type string, null given, called in /home/bourdage/future_amreferralpartners_com/public_html/public/rw_common/plugins/stacks/tcms/vendor/twig/twig/src/Extension/CoreExtension.php on line 1919 Check in Debugger

Testimonials Lightbox
{% set stackspublish = false %}
{% set mem = cms.collection.object("members", getData.id ) %}

Testimonials for {{ mem.title }} {{mem.fname}} {{mem.lname}}

{% set filters = [ { property : "to_id", operator : "equal", value : getData.id ?? "", logic : "or", }, ] %} {% set stacks_in_12 = cms.collection.objects("testimonial") | filterCollection(filters) %} {% for test in stacks_in_12 %} {% if loop.revindex0 %}

{{test.testimonial}}


{% else %}

{{test.testimonial}}

{% endif %} {% else %} {% endfor %}