PHP Generator allows you to customize layouts for Edit, Insert, View and Multi-Edit forms with just a few lines of code. All you need to customize the layout for a form is to define the appropriate OnGetCustomFormLayout event handler.

You can group related input controls in a form as well as manage the location of the controls within the groups. Both horizontal and vertical forms are supported as well as all the editing modes (separate page, modal window, and inline editing).

Click Insert or any of Edit or View buttons to see the customized template in action. Click the button to get familiar with the event handler code.