Advice Simplest CRUD Form?

I’m going to try creating a few simple user interaction forms to create/update/delete some table records. Any advice where I can find the simplest example? (Someplace in the docs, someplace in a particular sprinkle, somewhere else?)

Also, are there are some best practices that speed up the process of creating them?

Thanks in advance for any insights.

Better look at sprinkles or core code. Nothing solid in the doc (yet).

UF FormGenerator — very nice! I’m going to try it out!
Update: I tried it and it looks pretty good; had quick success generating a simple modal form. Will pick it back up later this week and see if I can hook the handler up to update the database. Thanks @Malou for putting that sprinkle together and sharing it!