- Issue created by @bharath-kondeti
I can reproduce thisโthe last allowed submission doesn't work as expected.
- ๐ฎ๐ณIndia vinodhini.e chennai
Hi, Steps to Reproduce the Issue
Tested this on Drupal 11.2.3.
Faced the same issue: after form submission, the confirmation message was not visible. Applied Merge Request #670.
After applying, the confirmation message appeared and working fine.Thanks.
I was able to reproduce the error:
1 - Created a form and set the submission limit to 2.
2 - In the second submission, I've got the submission limit message and couldn't see the success message:
After the patch:
1 - Created a second form with the same settings:
2 - I was able to send 2 messages and in both cases I saw the success message:
We can't merge a commented-out line and I am uncertain if this fix may have unknown consequences.