Header(array('settings' => 'Settings', 'help' => 'Help'), 'show_form_config_{n}'); ?>
tabStart('settings'); ?>
input('action_show_form_{n}_action_taken_config', array('type' => 'select', 'label' => 'Action', 'options' => array('load' => 'Load Form', 'redirect' => 'Redirect to Form'), 'smalldesc' => 'How the other form will be loaded ? 1- the form will just be loaded (shown) at the currect page. 2- the page will be redirected to the url of the other form.')); ?>
input('action_show_form_{n}_form_name_config', array('type' => 'text', 'label' => "Form Name", 'class' => 'medium_input', 'smalldesc' => 'The name of the form to load.')); ?>
input('action_show_form_{n}_form_event_config', array('type' => 'text', 'label' => "Form Event", 'class' => 'medium_input', 'smalldesc' => 'The loaded form event which will be executed.')); ?>
tabEnd(); ?>
tabStart('help'); ?>
Select how the form will be shown.
Write the name of the form to be loaded.
Write the form event to be executed when the form is loaded, e.g: "load" OR "submit", if left empty then the "load" event will be used.