forme_set hidden inputs rendered outside form #122
Closed
teamschlaflos
started this conversation in
General
Replies: 2 comments 2 replies
-
That looks like a bug. Can you post a self contained example or failing spec that shows that behavior? The _forme_set_data and _forme_set_data_hmac fields should be emitted into the template when the related block is exited, before the closing form tag, and I'm not sure why that isn't happening in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The issue is related to an unbalanced DOM tree, when removing an excessive |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue where the two hidden forme_set plugin fields are appended to the DOM tree outside the form element.
When submitting the form I get the following error:
In the screenshot the
<form>
is closed, a bit further down there are the two hidden input fields (_forme_set_data & _forme_set_data_hmac):Any ideas what influences the placement of the elements?
Beta Was this translation helpful? Give feedback.
All reactions