See https://www.drupal.org/project/submit_and_continue
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
## Installation
Install the module using [the standard module installation steps](http://drupal.org/node/895232).
INTRODUCTION
------------
## Configuration
This module adds a button to forms which will submit the form, then redirect
the user back to the same form so they can carry out a new action, like:
This module is intentionally simple and provides no configuration options.
* Add another node of the same type
* Add another menu item
* Replicate the node again with a different title (useful for testing or
making example content)
To change the forms being altered, or the text of the buttons you could use a [configuration override](https://www.drupal.org/docs/8/api/configuration-api/configuration-override-system).
The button names and their target routes are stored as config in YAML (take a
look here), so a configuration override can be used to alter the default
options provided by the module.
* For a full description of the module, visit the project page: