Make own forms and save to the database

Hello,
I did the pasteries permission example and created my own small table in the database. I can view the database and also the permissions work.

Now I want to make a form to create new entries for the table or update an entry. Where I can find an tutorial for this? I tried the “Extend the user model” but I could figured it out.

Best regards

pa1766

It’s a bit in-depth, and actually there is an open issue requesting that we create a recipe for this: https://github.com/userfrosting/learn/issues/37

Basically, you’ll need to:

I’ll try to put together a recipe for this, as it is rather complicated, but please join us in chat if you get stuck anywhere.

I am also having difficulties trying to create a new form. A recipe would be very helpful and appreciated!