Skip to content

Commit

Permalink
Add tracking to checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgisbey committed Oct 11, 2023
1 parent f3a1e36 commit 6d7cf98
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
label: "This document has previously been published on another website",
value: true,
checked: previously_published,
data_attributes: {
track_category: "checkboxClicked",
track_label: "This document has previously been published on another website",
track_action: "first_published_at ",
},
conditional: capture do
first_published_at_fields
end,
Expand Down

0 comments on commit 6d7cf98

Please sign in to comment.