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/13 12:46] Gianluca Pelliccioli |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Custom form development ===== | ||
- | |||
- | 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; |