PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Send checkbox value on email.

  1. Hi,
    I have a form where I have some checkboxes, the value of those checkboxes are links to send to the person that filled out the form email.
    So I set up the values and then specified that form to send to the notification to user. I inserted the checkboxes group on the email but it's sending the checkbox label, not the value.
    What should I do then to send the checkbox value (in this case the link) to the user?
    Thanks!
    Juan.-

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  2. In your merge tag, append :value, like this:

    {Your Field Name:1:value}

    The value after the field ID will send ensure value is merged, instead of the label.

    Posted 11 years ago on Friday August 31, 2012 | Permalink