If you're integrating with Salesforce or Zoho CRM, this article may not apply because you're most likely using GA Connector API-based integration.

Yes, It is possible to integrate GA Connector (cookie-based) with Wufoo forms.

You need to download the full source of your form (HTML/CSS) and edit the form by adding the hidden fields.

To do that, follow the steps below:

  1. Login in your Wufoo account
  2. Click Edit > Edit form.
  3. Add Single Line text fields in your form, there are 30 data points, you can add all of them or the ones you need.
  4. When you finish the 3rd step click Save and then From Manager. You will see something similar like the view below.
    Click on Share > Embed form.
  5. You will see a view similar to the image below, please click “Download the HTML/CSS” link at the bottom.
  6. When you extract the file you have downloaded you will have the files as seen in the image below. Edit the index.html file with a text editor.
  7. When you open a file you will notice that the <input> tag will look something like this:

    You need to edit that <input> tag, so it has only three attributes: type, id, and name. So the example above it should look like this:
  8. You need to repeat this for every field you have added in your Wufoo form.
  9. For styling purposes, it’s better if you delete the label tag so “Untitled” doesn’t show in your form.
  10. Important  You need to embed this form in your website here GA Connector script is inserted.

GA Connector script will automatically fill them out with users’ source, medium, keywords, location etc. Names of these fields help GA Connector script understand where to put the values.

Here is the list of fields you need to add to your forms:

Each hidden field needs to have a distinct attribute that would allow the script to understand which field is which.

If your CRM doesn’t have a native integration with Wufoo, you can use Zapier to capture the data from Wufoo and pass it to your CRM.