AAAAhome/academiac/www/administrator/components/com_chronoforms/views/easy_wizard_other.php000060400000011145151372375430026051 0ustar00 startPane('other'); ?> startPanel('Tools', 'tools'); ?> input('chronoaction['.$i.'][action_debugger_'.$i.'_enabled]', array('type' => 'select', 'label' => 'Enable Debug', 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'Show debug report after form submission.')); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'debugger')); ?> endPanel(); ?> startPanel('Redirect', 'redirect'); ?> input('chronoaction['.$i.'][action_redirect_user_'.$i.'_enabled]', array('type' => 'select', 'label' => 'Enable Redirect', 'options' => array(0 => 'No', 1 => 'Yes'))); ?> input('chronoaction['.$i.'][action_redirect_user_'.$i.'_target_url]', array('type' => 'text', 'label' => "Target URL", 'class' => 'big_input', 'smalldesc' => 'The URL to which the user will be redirected after submitting the form.')); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'redirect_user')); ?> endPanel(); ?> startPanel('JS/CSS Settings', 'js_css'); ?> input('chronoaction['.$i.'][action_load_js_'.$i.'_content1]', array('type' => 'textarea', 'label' => "JavaScript Code", 'rows' => 20, 'cols' => 85, 'style' => 'width: 600px; height: 300px;', 'smalldesc' => 'No script tags.')); ?> input('chronoaction['.$i.'][action_load_js_'.$i.'_enabled]', array('type' => 'hidden', 'value' => 1)); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'load_js')); ?> input('chronoaction['.$i.'][action_load_css_'.$i.'_content1]', array('type' => 'textarea', 'label' => "CSS Code", 'rows' => 20, 'cols' => 85, 'style' => 'width: 600px; height: 300px;', 'smalldesc' => 'No style tags.')); ?> input('chronoaction['.$i.'][action_load_css_'.$i.'_enabled]', array('type' => 'hidden', 'value' => 1)); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'load_css')); ?> endPanel(); ?> startPanel('Custom PHP code', 'custom_php'); ?> input('chronoaction['.$i.'][action_custom_code_'.$i.'_content1]', array('type' => 'textarea', 'label' => "Before Emails Code", 'rows' => 20, 'cols' => 85, 'style' => 'width: 600px; height: 300px;', 'smalldesc' => 'a chunk of PHP code which will be executed before your emails are sent.')); ?> input('chronoaction['.$i.'][action_custom_code_'.$i.'_enabled]', array('type' => 'hidden', 'value' => 1)); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'custom_code')); ?> input('chronoaction['.$i.'][action_custom_code_'.$i.'_content1]', array('type' => 'textarea', 'label' => "After Emails Code", 'rows' => 20, 'cols' => 85, 'style' => 'width: 600px; height: 300px;', 'smalldesc' => 'a chunk of PHP code which will be executed after your emails have been sent.')); ?> input('chronoaction['.$i.'][action_custom_code_'.$i.'_enabled]', array('type' => 'hidden', 'value' => 1)); ?> input('chronoaction_id['.$i.']', array('type' => 'hidden', 'value' => $i)); ?> input('chronoaction['.$i.'][type]', array('type' => 'hidden', 'value' => 'custom_code')); ?> endPanel(); ?> endPane(); ?>