External Form Redirect After Success
How can I set a redirect URL on success with an external form?
Right now my form sends if there is no errors, this is from the controller:
[code]
if(empty($errors)) {
$body .= 'Name: ' . $input['name'] . "\r\n";
$body .= 'E…