AAAAhome/academiac/www/administrator/components/com_chronoforms/form_actions/multi_page/multi_page.ctp 0000604 00000003345 15146627414 0030133 0 ustar 00
Header(array('settings' => 'Settings', 'help' => 'Help'), 'multi_page_config_{n}'); ?>
tabStart('settings'); ?>
input('action_multi_page_{n}_session_key_config', array('type' => 'select', 'label' => 'Unique Session Key', 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'Add a unique session key for every form instance, this is helpful if more than one form or more than one instance of the same form may be loaded together.
*please note that if this parameter is enabled then you will have to include the session key in the form URL in case of a page navigation.')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This action should be added to the TOP of every event used in a different form page so that it can handle all the data transactions between the different pages.
tabEnd(); ?>