• I’m using Obtain Code’s Contact Form 7 – Zoho CRM Integration plugin. It allows me to map CF7 fields to Zoho fields.

    As the UTM data is saved dynamically to hidden fields, and not through hardcoded fields in the admin, it’s not exposed to this integration.

    To make it work, I need to create hidden fields in the CF7 form itself. How do I load the UTM values into these hidden fields?

Viewing 1 replies (of 1 total)
  • Thread Starter Dave

    (@csn123)

    From what I’ve found, declaring this in the CF7 form itself would do it, but looking at your code, it assumes no UTM code is present, so I’m not sure this is a viable solution.

    [hidden utm_source default:get]
    [hidden utm_medium default:get]
    [hidden utm_campaign default:get]
    [hidden utm_id default:get]
    [hidden utm_term default:get]
    [hidden utm_content default:get]
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.