Viewing 1 replies (of 1 total)
  • macropolo

    (@macropolo)

    I’m also tried to figure this out, and I find the solution.
    To achieve this result you should change variable value in “wp-math-captcha/includes/class.core.php”.

    Change
    $rnd_input = mt_rand( 0, 2 );
    to
    $rnd_input = 2;

    And input box will always be at the end.

Viewing 1 replies (of 1 total)
  • The topic ‘How to show inputbox show after mathematical operation?’ is closed to new replies.