To include the custom field data in the subscribe notification email, you may use the format:


[[custom_TAG]]


... where TAG is the custom field's unique tag name. For example, in:


{CUSTOM_IDNumber}


... IDNumber is the unique tag name. To include it in the subscribe notification email, the format to use would be:


[[custom_IDNumber]]  


Here's a sample subscribe notification message using the [[custom_TAG]] format:


Someone has subscribed to an autoresponder.


Autoresponder name: %AUTORESPONDER_NAME%


Email address: [[email_address]]

First name: [[first_name]]

Last name: [[last_name]]


ID Number: [[custom_IDNumber]]


You could also use the format:


[[custom_X]]


... where X is the ID number of the custom field in your arpReach database. You will find the ID number on the URL when you edit the custom field in your arpReach system. For example:


https://example.com/a.php/custom_fields/edit/1


Here's a sample subscribe notification message using the [[custom_X]] format:


Someone has subscribed to an autoresponder.


Autoresponder name: %AUTORESPONDER_NAME%


Email address: [[email_address]]

First name: [[first_name]]

Last name: [[last_name]]


ID Number: [[custom_1]]