* Please note this feature is only available in paid versions.
You can load existing record data from database table into the edit form. This feature is only supported in form-only mode.
In form only mode, the form will remain on the screen after each submit. If you would like the form to redirect after submit, please see redirect_after_submit() method.
1 | $dg->enable_edit('FORM')->form_only()->load_form(8888); |