load form Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Sat, 11 Mar 2017 14:53:48 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 Load Existing Record into Form (Form-Only Mode) https://phpgrid.com/example/load-existing-record-form-form-mode/ Fri, 14 Oct 2016 00:33:58 +0000 http://phpgrid.com/?p=9048

* 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 […]

The post Load Existing Record into Form (Form-Only Mode) appeared first on phpGrid - PHP Datagrid.

]]>

* 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);

Live demo!

The post Load Existing Record into Form (Form-Only Mode) appeared first on phpGrid - PHP Datagrid.

]]>
9048