TECH2018/S4/Developing your first custom form

Scenario: we need to develop a form that allows the user to update name and surname from account data. This is the checklist of things to consider:

Understanding the edit account form
edit_account_view Form view, front-end validation and fields status
edit_account_controller
edit_account_model Loading pre-existing data and saving @live data (not using process libraries)

Back to: dev forms