• Resolved kaz101865

    (@kaz101865)


    Thank you for updating the new version. It’s a big help. Thank you. I have another question, is there a way to return the number to 0?

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

    (@kaz101865)

    I’m sorry to ask you many times. I got an error message like this. What does that mean?

    Warning: A non-numeric value encountered in /home/—————-/wp-content/plugins/cf7-submission-id/includes/submission_id.php on line 41

    Plugin Author tsjippy

    (@tsjippy)

    Fixed in version 2.0.1

    You can reset the value in the database or just make a new form.
    Every new form starts at 0

    Thread Starter kaz101865

    (@kaz101865)

    Thank you very much. Thank you very much for helping me. I look forward to the future. Please do your best.

    Thread Starter kaz101865

    (@kaz101865)

    I’m sorry many times. I have upgraded, but the following message is displayed.

    “Warning: A non-numeric value encountered in /home/morimoto-iyaku/www/research/wp-content/plugins/cf7-submission-id/includes/submission_id.php on line 42”

    Even if you look at the 42nd line of the submitted submission-id file, it looks like this, and the problem cannot be identified.

    function cf7_submission_id_submit() {
    if( isset($_POST[‘formid’]) ){
    //Retrieve current value from database, and add 1
    $val = get_post_meta( $_POST[‘formid’], “cf7_submission_id_COUNTER”,true) + 1;
    //Send value back to js, ??via AJAX
    wp_send_json($val);
    }
    };

    I found on the Internet that there is a problem with the version of PHP, but would you like to know how to deal with it?

    I’m sorry. It’s a free plugin. Personally, I’d like to pay a little for it.
    If you know, thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is there a way to reset the number?’ is closed to new replies.