- Issue created by @pameeela
- 🇦🇺Australia pameeela
This may warrant a change in the Mailchimp module, but I am concerned if many contrib modules will require an update to work at all, that we need a generic solution.
- 🇩🇪Germany jurgenhaas Gottmadingen
We've seen a few edge cases in the last 18 months when we had to add special cases for sticky action buttons. Maybe this is another one. I can have a look, potentially Friday. I wouldn't be too worries about a wider impact, as we have addressed this in general and sometimes specifically.
- 🇩🇪Germany jurgenhaas Gottmadingen
Unfortunately, we can't add a workaround for this in Gin. The action button in Mailchimp is not done in a way that matches conventions that are used in Core and most contrib: the submit button needs to be of type
submit
and should be a child of$form['actions']
. I'm moving this to the mailchimp project and propose the fix in an MR. - Merge request !105Issue #3534999 by pameeela, jurgenhaas: Submit button missing on Mailchimp authentication form → (Open) created by jurgenhaas
- 🇮🇳India arunsahijpal
Hi @jurgenhaas,
I was able to reproduce this issue and after the MR the issue is resolved.
Attaching ss for reference.
Hence moving it to RTBC.Thanks,
Arun