Form Goals

The Send2CRM client provides a means of attaching a Goal to a successful form submission by using a hidden form field. The following attributes are required:

  • name: the Goal name

  • value: the numeric Goal value

  • class: send2crm-goal (to automatically process the form element)

For example:

<input type="hidden" class="send2crm-goal" name="MYFORMGOAL" value="10" />

Each time Send2CRM processes the form submission successfully, the visitor will automatically be assigned this Goal value.