Tripleseat Breakdance Form Action
Breakdance builder form action to send lead data into Tripleseat
by Nic Scott · github.com/nicscott01/tripleseat-breakdance-form-action
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/nicscott01/tripleseat-breakdance-form-action/archive/refs/heads/main.zipThis is a Wordpress plugin that works alongside Breakdance builder. It takes a Form submission and lets you map fields to feed lead data into Tripleseat.
Why this exists (as of 3/18/25)
I wrote this plugin for a client who uses Tripleseat for event management. I figured somebody else out there might have a similar setup and need this. I've tested the major form fields and all seems to work. I have yet to test multiple locations and lead sources.
If you have any questions, bugs, etc. please create a new issue.
A note to other Breakdance Developers out there
In trying to better handle errors, I ran into an issue where the Breakdance documentation for form actions api incorrectly shows response arrays if you have an error. The array should look like:
[
'type' => 'user-error',
'message' => 'This message will get returned in the form validation response'
]
Changelog
v1.0.3
- Edited key for additional_information field that was not transmitting
- Added field for
lead_form_ID - Tested form fields and saw results in Tripleseat
- Email opt-in works