Dynamic forms from metadata
The SDK reads doctype metadata and builds the form from it. Field types, validations and dependencies carry over.
Change the doctype in Frappe and the app picks the change up on the next load. No rebuild, no app-store release for a form change.
Going deeper
- Field types: every field type the form builder supports.
- Field change handler: reacting to a field edit from your app code.
Last updated 1 month ago
Was this helpful?