Image

Quelix

설명

Integrate the Quentn marketing & automation platform directly into Bricks Builder forms. Quelix adds a Quentn action to any Bricks form so each submission can instantly create (or update) a contact in Quentn and optionally assign tags.

Key Features

  • Adds a new form action: “Quentn” inside Bricks Builder.
  • Map form fields (Email, First Name, Last Name) to Quentn contact data.
  • Assign selected Quentn tags automatically on submission.
  • Clean error handling (form result messages instead of silent fails).
  • Extensible via WordPress filters (quentn_contact_data, quentn_contact_terms).
  • Cached tag (term) options to avoid repeated API calls.

Benefits

  • No manual CSV export or copy & paste.
  • Reuse existing Bricks forms — no custom coding.
  • Immediate funnel entry (submit contact + tags in Quentn).
  • Flexible field mapping (only Email required).
  • Performance minded (in-memory term cache per request).

Requirements

  • Bricks theme (parent or child) active.
  • Official Quentn WP Plugin active & connected to your Quentn account.
  • PHP 8.3+

Privacy / GDPR

You are responsible for obtaining valid consent before transmitting personal data to Quentn. Add an explicit consent checkbox where required and mention the data flow in your privacy policy. Collect only necessary data. Consider double opt-in if mandated by your jurisdiction.

스크린샷

  • Image
    Select “Quentn” as the action for your form.
  • Image
    Assign the tags and fields to be sent to Quentn.

설치

  1. Upload the quelix folder to /wp-content/plugins/ or install the ZIP via the WordPress admin.
  2. Activate the plugin through the ‘Plugins’ screen.
  3. Ensure the Bricks theme is active and the Quentn plugin is connected to your account.
  4. Edit or create a Bricks form.
  5. Add the action “Quentn” under Form Actions.
  6. Configure: Tags and field mappings (Email required, First and Last Name optional).
  7. Save and submit a test entry on the frontend.
  8. Verify the new contact (and tags) appears in Quentn.

FAQ

The Quentn action does not appear

Confirm: Bricks theme active, Quentn plugin active & configured, clear any caches.

Submission does nothing

Check browser console & PHP error log. Ensure Email field mapping is set.

Tags not applied

Make sure at least one tag was selected in the form and that it exists in Quentn.

I see an undefined index warning

Re-save the form ensuring the Email mapping is chosen; the plugin only proceeds with a valid mapped email.

Can I modify the contact payload before sending?

Yes. Use the quentn_contact_data filter. For terms, use quentn_contact_terms.

How do I extend with custom fields?

Hook into quentn_contact_data and append additional key/value pairs supported by the Quentn API.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Quelix”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Quelix”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Quelix”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial public release: Bricks form action for Quentn with tags + field mapping.