TIL - Submitting a form from an external button
Arranging form elements to fit inside the form
itself has always been a small-scale nightmare, as design and UX does not always comply with HTML specs 😃
But thanks to a tweet I discovered that this is no longer the case:
So now we can write something like this and it will still handled as a single form by the browser:
|
This is a HTML specification supported everywhere except IE (but you have finally being able to drop IE, right?)
Read other posts