• Resolved appraily

    (@appraily)


    Is there a way to do it other that manual editing the DB ?
    Like adding a reset button to the user profile in the back-end.

    Could be a nice feature to add in the future!

    Good work
    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Saiful Islam Ananda

    (@saifulananda)

    There is no mechanism to reset the counter for a specific user at this moment.

    Could be a nice feature to add in the future!

    This feature will hopefully be added in the upcoming release.

    Thanks

    I would like to reset the entry limit for some specific users. How can I do that with the database? I couldn’t find anything in PHPMyAdmin

    Plugin Author Saiful Islam Ananda

    (@saifulananda)

    You can change it from user meta table.

    SELECT * FROMwp_usermetaWHERE meta_key LIKE 'wpadcf7sl-total-submission-%' AND user_id = 1

    https://ibb.co/3r7qWYR

    Note: Please change user_id and table prefix

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Manually Reset counter for specific USER’ is closed to new replies.