TYPO3: Always a ‘Save and create new’ button
Some default records and extension records offer a ‘save and create new’ button. Which is very usefull when making a lot of new records in a row. This line makes that button available for every kind of record:
![]()
## Always a save and create new button options.saveDocNew = 1
Place this line in your TSConfig…

Nice one, but to be more specific: place it in your BE user (or BE Group?) TSConfig, the page TSConfig won’t work :-).
Hi Pascal,
Indeed, this is a user TSConfig line. It can be placed into the user TSConfig field or into the BE-usergroup, both should work fine. I noticed ALL page TSConfig can be placed within the user TSConfig when you prefix it with ‘page.’ I don’t know if it works in reverse.