Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This article provides instructions to setup custom fields within the campaign and to set inputs on your pages to pass data into those custom fields.


Create custom field within the campaign

On the CRM side of your account, navigate to your campaign setup screen and edit the campaign where you want to add custom fields:

Scroll down to the bottom of the campaign sections to the Custom Fields area:

Click the “+” Button to create a new custom field for the campaign and fill out the configuration window.

For input custom fields, choose the Text data type.

Remember the Field Name you choose. This will be used win the next step, and is case sensitive.

Create input on funnel

Next, go to funnel builder and edit the funnel and then edit the page that you want to add the custom field to.

Once inside the page editor, use the Building Blocks to drag an Input or Input Container block onto the page (or duplicate an existing input and relocate to proper location)

Next, click on the newly placed input element and open the element's settings under the Style Manager.

In the Custom Field input, enter the exact Custom Field name that you added into the campaign on the first step. Do not select a value for Name.


Once this is complete, save the page and then publish the funnel so you can go to the live site and test the functionality.

Checkbox and Radio Button

Custom fields can also be set on checkboxes and radio buttons.

For checkboxes, set Name = custom_[fieldName]. For example, custom_AgreeToTerms. A checked box will have value 1. An unchecked box will have value 0.

For radio buttons, set Name = custom_[fieldName] on each radio button in the group. Set the proper value of the custom field on each radio. The checked radio will pass value as the custom field.

Viewing and Editing customer’s custom fields

You can edit custom fields tied to a specific customer on the main customer details page. To view the custom fields select the Custom Fields tab.

You can edit these fields by clicking the Update Button at the bottom of the tab area.

Custom Fields and the Api

Custom Fields can be viewed and edited in the Api as well. Please see Api documentation on the following pages for more information:

Please follow the steps below to properly update the custom field(s):

  1. Take the custom field name from custom field section of the campaign and replace all spaces with underscores 

  2. Prefix the field name with the string "custom_"

  3. Add the resulting string to the parameter list

(EXAMPLES) *Case sensitive

"Pets Name" --> "custom_Pets_Name"
"Drivers License Number" --> "custom_Drivers_License_Number"
"hobbies" --> "custom_hobbies"

Duplicating Custom Fields

Once you have custom fields setup for one campaign. You may want to use them again in another. It is easy to copy all of the custom fields from a campaign using the duplicate button in the campaign setup.

 

  • No labels