How to populate edit form from database
- kevin.waterson@gmail.com
- Member | 81
I have a form, to edit values in a database, based on an ID in the url.
How do I get the data related to the URL ID?
If I do this:
Then $id contains “editRecipeForm”
How do I pass the $id to the form?
- radekBrno
- Member | 61
You can use action in presenter.
kevin.waterson@gmail.com wrote:
I have a form, to edit values in a database, based on an ID in the url.
How do I get the data related to the URL ID?
If I do this:
Then $id contains “editRecipeForm”
How do I pass the $id to the form?
Last edited by radekBrno (2020-01-15 10:47)