Breakdance Builder Form
Overview
AFI captures submissions from forms built with the Breakdance page builder and routes them to any receiver — CRMs, email tools, sheets, webhooks. Every field on the Breakdance form becomes a mappable value.
Available triggers
AFI listens for the following events from Breakdance Builder Form. Each event runs as its own integration — you can have several integrations on the same plugin firing on different events.
- Form submitted
Mappable fields
AFI reads the form schema and exposes every field (text, email, textarea, select, checkbox, radio, hidden) for mapping. The submission’s IP, user agent, and the host post are also available as special tags.
Requirements
- Breakdance Builder Pro (forms feature) installed and activated.
- At least one Breakdance form published on a page.
Quick start
- In WordPress admin, go to AFI > New Integration.
- Trigger > Sender: pick Breakdance Builder Form.
- Event / Form: pick the specific event you want this integration to listen on (e.g. Form submitted).
- Pick a Receiver (e.g. Mailchimp, HubSpot, Google Sheets, Slack) and the desired task.
- Map Breakdance Builder Form fields onto the receiver’s fields. Use special tags (
{{_date}},{{_user_ip}}, etc.) for values not present in the form. - Optional: add Conditional Logic to control when the receiver is called.
- Save and run a test event to confirm the integration. Check AFI > Log if anything looks off.
Notes & caveats
- Form identity is by form name — if you rename a Breakdance form, re-open the integration in AFI and re-pick it.
- Multi-step / conditional fields are flattened — only fields that the submitter actually filled out come through with values; hidden fields come through empty.
- File uploads are passed as URLs to the uploaded file.