- Issue created by @coaston
- π©πͺGermany jurgenhaas Gottmadingen
You can use the form submit event. That is dispatched when the user submits your form. And then you can use actions like "Set form-state redirect" to tell Drupal what to do when the submission is being completed.
- πΈπ°Slovakia coaston
Thank you. I think this is exactly what I have done like 10times already but the problem is that in that case also the default save button is impacted and both save/submit and custom button redirects to same destination. But i only need the custom button to redirect there.
Button has "trigger name" so i wanted to try condition form:compare triggered submission but still does not work. - π©πͺGermany jurgenhaas Gottmadingen
For that I'm using the Form: compare triggered submission condition and it works as expected.
- πΈπ°Slovakia coaston
Thank you, I started from the scratch and somehow it is working now with above Forms.