Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Awert88

    (@awert88)

    Any sugestions?

    Hi,

    it has been a long time since you posted your question but maybe you are still searching for a solution. Have you tried editing the “fields.php” file?

    you could change the function

    function baweic_field_howmany() {
    ?>
    	<input type="number" size="3" min="1" max="10" name="baweic_field_howmany" value="5" /> <em><?php _e( 'How many codes do you need?', 'baweic' ); ?></em>
    <?php
    }

    to

    function baweic_field_howmany() {
    ?>
    	<input type="number" size="5" min="1" max="10000" name="baweic_field_howmany" value="5" /> <em><?php _e( 'How many codes do you need?', 'baweic' ); ?></em>
    <?php
    }

    this way you can generate up to 10000 keys with the “generate codes” form. For me it generates the set number of keys.

    Hope it helps (you or others)!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Max number of codes’ is closed to new replies.