Form-Only Edit Mode

phpGrid blank form only

* Please note this feature is only available in commercial licenses (7.0+)

phpGrid now supports form only mode – displaying the form without showing the grids. It is extremely useful for order entry purpose to collect data from users without giving them access to all your data. Luckily, you can do this with a single line of code.

The form will remain on the screen after each submit. It also clears the form for the next order entry. You can even enhance the edit form to include group header caption and tooltips.

Note that you must enable edit and set edit mode to FORM. The form_only method is ignored in INLINE mode.

1
$dg -> form_only();

Live demo!