Saving button text/value

Is there a way to get and save the button text in a form submission or link click tracking?
For example, when tracking a form with a “Submit here!” button, I want to get the “Submit here!” text and save it into Redshift.

Button text will be captured in a submit_form event by default.

So if you’ve enabled form tracking (instructions here), the button text (if it’s set in the value attribute of an input tag) will be included in an event whenever a form is submitted.

Let me know if that helps!

1 Like