I have never installed a patch before
where do I place that patch
composer.json
"extra": {
"patches": {
"drupal/??": {
"??": "
https://www.drupal.org/files/issues/2023-12-22/3409599-28.mr388.webform_... →
"
}
}
}
it works now.
I had used the views_send in the same view where the other pages and blocks of this node were. in a new view, with only 1 page with views_send it works perfectly. So always use a new view and don't add a page to an existing view.
the error is not the mail system. when I create a post I choose the token on the first page. this token also does not appear in the body on the 2nd page before sending
mail is sent directly. [views-send:title] in title mail is ok. but does not appear in the body of the email, ajust like the other views-send token. normal text does appear.
i use drupal 9.5.3
raffie → created an issue.