Trip Reviews
[trip_rating_summary] Shortcode
Common InquiryFlow Free issues and fixes. For Pro-specific problems see Pro troubleshooting.
Button not showing
- Settings → Button & Display — confirm display toggles match the page type.
- Confirm WP Travel Engine is active if using trip page display.
- Clear page cache (hosting plugin, CDN, browser).
- Check for theme CSS hiding fixed elements (
z-index,overflow: hidden). - Embed manually with shortcode or block.
- Developers: filters
inquiryflow_hide_inquiry_widget,inquiryflow_inquiry_widget_should_display.
Form submission fails
- Consent — visitor must check the consent box.
- Rate limit — wait 15 minutes after heavy testing from one IP.
- hCaptcha — verify site key and secret; disable temporarily to isolate.
- Browser console — look for REST or nonce errors.
- Conflicting security plugins blocking
wp-json/inquiryflow/v1/leads.
No admin email
- Settings → Notifications — verify recipient addresses.
- Click Send test notification.
- Check spam folder and SMTP plugin logs.
- Confirm inquiry actually saved in Inquiries tab.
Inquiries not in inbox
- Confirm submission showed success on front end.
- Search by email in inbox.
- Check if retention purge removed old test data.
- Verify database write permissions (rare on broken hosts).
Captcha issues
| Symptom | Fix |
|---|---|
| Captcha widget blank | Invalid site key; domain mismatch in hCaptcha dashboard |
| Always fails validation | Wrong secret key; keys swapped |
| Captcha on local dev | Add localhost to hCaptcha site config |
WhatsApp link wrong
- Re-enter full international number with
+country code. - Test
{trip_title}on a real trip page.
CSV export problems
- Export capped at 5,000 leads — oldest excluded if over cap.
- Pop-up blockers may block download — allow downloads for admin.
REST / nonce errors
InquiryFlow uses WordPress REST API with nonce for public submissions. Ensure:
- Pretty permalinks enabled (not plain
?p=) - No plugin blocking
wp-json - Site URL matches WordPress Address in Settings → General
Still stuck?
- Review FAQ
- Check Developer documentation if a custom snippet conflicts
- InquiryFlow Pro troubleshooting for license and Pro features
