AAAAwww/administrator/components/com_chronoforms/form_actions/confirmation_page/confirmation_page.ctp 0000604 00000005155 15137230502 0032735 0 ustar 00 home/academiac
Header(array('settings' => 'Settings', 'help' => 'Help'), 'confirmation_page_config_{n}'); ?>
tabStart('settings'); ?>
input('action_confirmation_page_{n}_buttons_config', array('type' => 'select', 'label' => 'Enable Buttons', 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'Should the plugin add the 2 confirm and back buttons to the end of the page ?')); ?>
input('action_confirmation_page_{n}_content1_config', array('type' => 'textarea', 'label' => "Page Code", 'rows' => 20, 'cols' => 70, 'smalldesc' => 'any code can be placed here, any PHP code should include the PHP tags, fields names inside curly brackets will be replaced by their values.')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- You may use PHP code with php tags.
- You may use any field name inside 2 curly brackets.
- You may add your own buttons code and disable the buttons option, both your button names should equal "confirmation_page", your back button value should = "_back" and your confirm/submit button value should = "_confirm".
tabEnd(); ?>