Frontaccounting Working with Forms
Frontaccounting Working with forms. This is one of a basic tutorial to work with forms. Lets create form to edit your customers list.The following code helps you to create a custom form page. include_once($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); if ($use_date_picker) $js .= get_js_date_picker(); page(_($help_context = "Customer Edit -Kvcodes"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); ...