Logic Form submission trigger error

I am receiving an error trying to connect my form which is nested inside a component. Is it possible the error occurs because the form is used multiple times on my page?

Bildschirmfoto 2024-02-27 um 17.25.20

1 Like

I have the same issue right now!
I have couple of other forms that are connecting just fine.

@ronno.o
I may have found a solution. Not sure if it’s a legit one, but worked for me.

So if you used a Form block element, you may have to replace the input fields inside the form with individual inputs from add elements section.

I have replaced all the input fields with new ones and it worked.
Hope this will help you too.