AAAAacademiac/www/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.ctp 0000604 00000002654 15137476405 0030752 0 ustar 00 home
ReDirect URL
input('action_redirect_url_{n}_target_url_config',
array(
'type' => 'text',
'label' => "Target URL",
'class' => 'big_input',
'smalldesc' => "The target URL without the query string."
));
echo $HtmlHelper->input('action_redirect_url_{n}_content1_config',
array(
'type' => 'textarea',
'label' => 'Params/Fields map',
'rows' => 15,
'cols' => 50,
'smalldesc' => 'Multi line format of the fields names:
e.g:redirect_param_name=form_field_name'));
?>