- π§πͺBelgium waropd
Problem is still present.
When the webform gets rendered in an ajax modal the problem still occurs.
- Status changed to Postponed: needs info
over 1 year ago 5:45pm 17 March 2023 - Status changed to Closed: cannot reproduce
over 1 year ago 11:53pm 11 April 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
Without an example we can't reproduce this issue.
Hello
exactly the same problem here, desrciption abvoe matches 100%.
Both on live (d9.5.11, webform 6.2) and backup (d.9.4.8, webform 6.1.3.)
Which info could we provide in order to reproduce the bug?
Any advice would be appreciated!Hello ,
we could finally detect the error:
Our custom theme places an icon within the submit button (left to text).
This "manuipulation" blocked the submisison of the form.
Submission works fine without that icon (or with Olivero activated).
Best regardsHad a similar issue. The cause was a JavaScript validation event listener that ran on submit. The form didn't like it. Changed our form to use custom server side validation instead.