This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech2018:develop_custom_form [2018/05/14 08:04] Gianluca Pelliccioli |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== TECH2018/ | ||
- | |||
- | 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: | ||
- | |||
- | |||
- | |||
- | * Choose the type of form; | ||
- | * Create the default MCV structure; | ||
- | * Setup the form type | ||
- | * Check the activity Loading URL; | ||
- | * Create the activity view; | ||
- | * Understanding payload; | ||
- | * Create the activity model: | ||
- | * Get fetch_data; | ||
- | * save_data; | ||
- | * front-end validation; | ||
- | |||
- | | [[edit_account_intro | Understanding the edit account form]] | | ||
- | | [[edit_account_view]] | Form view, front-end validation and fields status | | ||
- | | [[edit_account_model]] | Loading pre-existing data and saving @live data (not using process libraries) | | ||
- | | [[edit_account_controller]] | |