AFI AFI

wpForo

Estimated reading: 1 minute Updated August 1, 2026

wpForo is a free WordPress forum plugin from gVectors. Advanced Form Integration captures wpForo events (new topics, new replies, member registrations) and routes the data to any of 200+ destinations.

What you’ll need

  • The wpForo plugin installed and activated.
  • At least one forum board configured.
  • The Advanced Form Integration plugin installed and activated.

Event data captured

Field Format
Event type topic_created, reply_created, user_registered
Author name Same as input
Author email Same as input
Author ID Numeric WordPress user ID
Topic title If applicable
Forum name The containing board
Content Topic or reply body, plain text
Created at YYYY-MM-DD HH:MM:SS

Create the integration

  1. Go to WP Admin → AFI → Add New.
  2. Enter an Integration Title.
  3. In Trigger → Form/Data Provider, select wpForo.
  4. In Form/Task Name, choose the event.
  5. In Action → Platform, pick the destination and complete the field mapping.
  6. Optional: configure Conditional Logic.
  7. Click Save Integration.

Screenshot: AFI Add New screen with wpForo selected

Conditional logic example

Goal: notify the moderation team when a topic includes flagged keywords like spam or urgent.

Create a Slack integration on the Topic Created event. Open the Conditional Logic panel, add multiple Contains conditions on the topic title field with Any semantics.

Related docs