AAAAredirect_user/redirect_user.ctp 0000666 00000003143 15137453540 0012766 0 ustar 00
Header(array('settings' => 'Settings', 'help' => 'Help'), 'show_thanks_message_config_{n}');
echo $PluginTabsHelper->tabStart('settings');
echo $HtmlHelper->input('action_redirect_user_{n}_target_url_config',
array(
'type' => 'text',
'label' => "Target URL",
'class' => 'big_input',
'smalldesc' => "The target URL to send the user to."
));
echo $PluginTabsHelper->tabEnd();
echo $PluginTabsHelper->tabStart('help');
?>
- Enter a URL here if you want to Redirect the User after the form is submitted and processed.
- To set parameters in the Redirect URL, use the Configure Redirect action before this action and leave the URL here empty.
- This should be the last action in the OnSubmit Event.
tabEnd();
?>