FormSender with VaadinFlow

Hi John,
I think this is not possible out of the box with html form.

There’s an enctype attribute but it seems it does not allow “application/json”.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-enctype

Maybe you can add some javascript to serialize form data and send it with an XmlHttpRequest.

HTH
Marco