AFI AFI

Avada Form

Estimated reading: 2 minutes Updated August 1, 2026

Avada is one of the best-selling premium WordPress themes, with the Avada Builder including a built-in Forms element. Advanced Form Integration captures every Avada form submission and routes the data to any of 200+ destinations.

What you’ll need

  • The Avada theme installed and activated.
  • The Advanced Form Integration plugin installed and activated.
  • An Avada form built in WP Admin → Avada → Forms.

Supported form fields

Field type Supported Output format / notes
Text Yes Same as input
Email Yes Same as input
Number Yes Same as input
Phone Yes Same as input
URL Yes Same as input
Textarea Yes Same as input
Date Yes YYYY-MM-DD
Time Yes HH:MM
Select Yes The selected option
Radio Yes The selected option
Checkbox Yes Comma-separated selected values
Hidden Yes Same as the hidden value
Upload Yes Comma-separated public URL(s)
Consent Yes 1 when ticked, empty when not

Create the integration

  1. Go to WP Admin → AFI → Add New.
  2. Enter an Integration Title.
  3. In Trigger → Form/Data Provider, select Avada Forms.
  4. In Form/Task Name, choose the Avada form to listen on.
  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 Avada Forms selected as the Form Provider, showing the Form/Task Name dropdown populated with Avada forms

Conditional logic example

Goal: when an Avada contact form’s Inquiry Type is Partnership, route to a partnerships Google Sheet rather than the standard CRM.

Create two integrations on the same form. On the partnerships integration, add a condition with the inquiry type field, Equal To, value Partnership.

Troubleshooting

Form not appearing in the Form/Task Name dropdown

Avada caches form metadata. Re-save the form in Avada → Forms to refresh, then reload the AFI integration screen.

Submissions reach the destination but fields are empty

Each Avada form field has a Name/ID in its settings. AFI maps from this ID. If it’s empty or duplicated across fields, mapping breaks. Set unique IDs on every field.

Related docs