Saving leads but not showing them
-
This plugin is inserting posts into my database with
post_type
ofelementor_lead
, but the admin page it provides shows 0 leads for all three forms on the site.I’m puzzled as to how this plugin is working for others. We’re running:
WordPress 5.0.3
Elementor 2.4.3
Elementor Pro 2.4.0
Lenix Elementor Leads addon 1.4The main loop in
class-lenix-elementor-forms.php
looks for saved leads by a meta keyform_slug
. The values in our database for this meta key are:form_slug b45315f form_slug b45315f form_slug b45315f form_slug b45315f form_slug b45315f form_slug b45315f form_slug b45315f form_slug e95fec6 form_slug b45315f form_slug b45315f form_slug b45315f
The form slugs that are provided in a
meta_query
toWP_Query
to retrieve leads are:[24-Jan-2019 15:20:52 UTC] $form_slugs is 36235219 for form name New Form [24-Jan-2019 15:20:52 UTC] $form_slugs is 5c7dbc8 for form name New Form [24-Jan-2019 15:20:52 UTC] $form_slugs is 2544 for form name Free Trial Inquiry
None of these match, and this is why this plugin shows me no saved leads even though they are being saved. There are no installation instructions, so I’ve assumed all I need to do is activate this plugin on a site that has one or more Elementor forms.
2544
is the post ID of the form. That seems like the only form slug that makes sense to me in either list.
- The topic ‘Saving leads but not showing them’ is closed to new replies.