Adding Tags to ActiveCampaign

I have a form with several checkbox fields. I need to add tags to the AC for each of the checkboxes selected. I have this working, however, the catch is…I don’t need the actual label of the selected checkbox to be added as my tag…I need the value of the checkbox entry selected. Is that possible to get? A work around would be to concact a string with the label value and use that as my tag. Where can I find string logic supported by GravityForms?

=Kevin

You can use the :value modifier in your Checkboxes merge tag to use values instead of labels. Example: {Field Label:52:value}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.