Support

Account

Home Forums General Issues Create a number field with Auto increment Value Reply To: Create a number field with Auto increment Value

  • In order to do this you would need to create another field or use a standard WP option value. You will need something to keep track of the last value used.

    Then you could create a new field and using acf/prepare_field make the field readonly and get the value of the option to set the value of the field. Then increment and update the option.