Disable "create another" on form (non modal)
I only want to let users create a single item for a model, but in the form it shows "Create and create another". I know you can disable this for a modal Action, but how do you disable it for a regular form?
5 Replies
There should be a corresponding method/property on the CreateRecords page
Solution
if you are using pages
if you are using modals
And there the property magically appears π
Nice, thank you!
I don't think this is documented? At least, I couldn't find it..