Commit a26bef0c by Francisco Salazar

forms hotfix

parent 0055561d
......@@ -96,24 +96,12 @@ class CrmFormsController extends Controller
$interested_details->save();
}
$interested_details->browser = $browser;
$interested_details->browser_version = $browser_version;
$interested_details->devise = $devise;
$interested_details->platform = $platform;
$interested_details->platform_version = $platform_version;
$interested_details->session_time = $session_time;
$interested_details->devise_type = $devise_type;
$interested_details->save();
}
return redirect()
->route('crmforms.redirect', $request->landing)
->with('registrado', 'registrado')
->with('message_success', 'Hemos recibido tu solicitud, en breve nos comunicaremos contigo');
return redirect()
->route('crmforms.redirect', $request->landing)
->with('registrado', 'registrado')
->with('message_success', 'Hemos recibido tu solicitud, en breve nos comunicaremos contigo');
}else{
return redirect()->back();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment