You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a form in a detailed view that appears to be wrecking the form placed within the detailed section. If you look at the resulting html, it moves the closing
tag to immediately after the opening tag, rather than where it should be in the source html.
I'm trying to use a form in a detailed view that appears to be wrecking the form placed within the detailed section. If you look at the resulting html, it moves the closing
tag to immediately after the opening tag, rather than where it should be in the source html.https://jsfiddle.net/43Tesseracts/qbd2b3ny/4/
The rearrangement of the closing
tag causes the form to fail, nothing happens when the submit button is pressed.The text was updated successfully, but these errors were encountered: