Skip to content

Instantly share code, notes, and snippets.

@vutran
Created May 18, 2016 20:29
Show Gist options
  • Save vutran/0787251af9b8ef5ec562c307db809638 to your computer and use it in GitHub Desktop.
Save vutran/0787251af9b8ef5ec562c307db809638 to your computer and use it in GitHub Desktop.
eloqua form custom data definition
{
custom_fields: {
MyCustomField1: {
type: 'text',
defaultValue: '',
required: true,
},
MyCustomField1: {
type: 'text',
defaultValue: '',
required: true,
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment