• Resolved simonclay

    (@simonclay)


    Deleting leads and even deleting this plugin does not remove lead data from the database. How can we permanently remove from database?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter simonclay

    (@simonclay)

    Hi @yonifre,

    I notice there aren’t many responses in this support forum in the last few weeks.

    Is it possible to have a response on this issue please? Because it concerns GDPR and being able to delete records from DB.

    Many thanks.

    Plugin Contributor pshitik

    (@pshitik)

    Lead is like a regular WordPress post. You can delete it like any other post

    Thread Starter simonclay

    (@simonclay)

    When I delete a lead in Elementor Leads, it deletes it from the list, but in the database the information still remains in post_meta.

    ashkanahmadi

    (@ashkanahmadi)

    True. You have to use the SQL command:

    SELECT * FROM wp_posts WHERE post_type='elementor_lead' AND post_status='trash';

    to delete all the trashed elementor leads

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete lead does not delete from DB’ is closed to new replies.