A field that automatically increments it's value by one for each new entry in a section.
- Upload the
/incremental_number
folder in this archive to your Symphony/extensions
folder. - Go to 'System → Extensions' in your Symphony admin area.
- Enable the extension by selecting 'Field: Incremental Number', choose 'Enable' from the 'With Selected…' menu, then click 'Apply'.
- Add the field type 'Incremental Number' to a section of your choice.
- Define a valid 'Start Number' for the field (has to be a natural number, e.g.
0
or1
). - Now each time you create an entry in this section the 'Incremental Number'-field will automatically get populated by fetching the 'Incremental Number'-value of the previous entry and incrementing it by 1. If there is no previous entry in the section the field will instead get populated with the given 'Start Number'.
- You can't manually edit the values of an 'Incremental Number Field' – they're read-only.