Skip to main content
Category:

Drupal 8 Form Redirect On Failed Validation

 

If you want the redirect to happen immediately, you can do it like this:

 

use Symfony\Component\HttpFoundation\RedirectResponse;


$response = new RedirectResponse('/path/destination');

$response->send();

 

if you want to disable redirection in some forms you can use code like this:

$form_state->disableRedirect();

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook