• Resolved Henry

    (@henrybaum)


    Hi, I have this plugin sending output to the database under wpadcf7sl_remaining, but it’s not sending the correct number. If the limit is set at 10 and there’s a submission, it registers that submission as 10, not 9, when technically there are 9 now remaining.

    The message updates fine, but only after refreshing the screen, so I guess ideally the plugin could work via the same ajax process as the success message, so the limit is updated in real time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Siful Islam Ananda

    (@saifulananda)

    Hi, I have this plugin sending output to the database under wpadcf7sl_remaining, but it’s not sending the correct number. If the limit is set at 10 and there’s a submission, it registers that submission as 10, not 9, when technically there are 9 now remaining.

    We save the total submission value, not the submission remaining value. We calculate the total remaining value from the limit of total submission and minus the total submission value.

    The message updates fine, but only after refreshing the screen, so I guess ideally the plugin could work via the same ajax process as the success message, so the limit is updated in real-time.

    Hopefully next update we will update this.

    Plugin Author Siful Islam Ananda

    (@saifulananda)

    I hope you got your answer. I changed this topic status resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Database Issue’ is closed to new replies.