Could some please help me figure out how should I be passing a dynamic value for the email address in this piece of code: {% set contacts = crm_objects("contact","email= test@test.com ","firstname,email,lastname,phone") %} This line of code is
Beitrag ansehen