Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

This also supports custom values attached to the order instead of the customer. In the Custom Field input, enter “order_[fieldName]” (without the double-quotes, and replacing [fieldName] with your chosen name for the custom field).


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

...

Info

It is required to add “custom_” to the front of the custom field name on Checkboxes and Radios only. Do not add “custom_” on the front of the Custom Field for inputs and selects.

Info

This also supports custom values attached to the order instead of the customer. Use order_custom_[fieldName]

Viewing and Editing a 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.

...

Info

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"

Info

This also supports custom values attached to the order instead of the customer. Use order_custom_[fieldName]

Duplicating Custom Fields

...