Back to Refine

Save and Continue

documentation/versioned_docs/version-3.xx.xx/examples/form/headless/save-and-continue.md

3.25.0439 B
Original Source

refine provides you with the necessary methods to add this feature. This feature is familiar to Django users.

We have three save options: Save, Save and continue editing and Save and add another.

Refer to the refine Save and Continue documentation for more information. →

<CodeSandboxExample path="form-save-and-continue" />