Skip to main content
Top of the Page
  • Invalid condition format:
    {foreach item in #query }

    {#query.Company}

    {if ISNOTNULLOREMPTY(#query.Affiliation)}{#query.Affiliation} {/endif} {if ISNOTNULLOREMPTY(#query.Department)} | {#query.Department}
    {/endif}

    Email: {#query.Email}
    Phone: {#query.WorkPhone}
    {if ISNOTNULLOREMPTY(#query.Fax)}Fax: {#query.Fax}
    {/endif} Address: {#query.Address1}{if ISNOTNULLOREMPTY(#query.Address2)}, {#query.Address2} {/endif}
    {#query.City}, {#query.State} {#query.Zip}
    Website: {#query.Website}


    Error: extraneous input 'Affiliation' expecting ')' at line 1:22

Experience

No records found
Back to Top