Hey Max,
I am just setting up a very simple contact form with a few multi field areas. Everything works great and I believe CF8 is so much better and easier to use than CF7.
However, I am facing an issue that the form markup gets wrangled up after submitting the form. This only happens when the "error message" is shown, so not for field validation issues, but for example session oder security question errors.
Example form layout:
multi-area
firstname lastname
multi-area
email phone
message
submit
After submitting and getting the error, the markup actually looks like this:
multi-area
firstname lastname
multi-area
email phone message submit
so all the dangling fields that should have their own row are added to the last multi-area container.
I've tried adding some containers around the elements. If I add a container around the last multi-area, all fields are inserted in the container. Looks better, but still buggy.
Could you take a look at this?
Cheers,
Lukas