Increment Value On Text Field
-
Is it possible to increment a default value on say the text field like they do in the ACF plugin.
i have looked at the standard documentation but i couldn’t see anything like that. Or am i looking in the wrong place
Something like this
$cmb->add_field( array( 'name' => 'Test Text', 'desc' => 'field description (optional)', 'default' => 0, 'increment' => 1, 'id' => 'wiki_test_text', 'type' => 'text', ) );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Increment Value On Text Field’ is closed to new replies.