Form get support
It would be nice if there was support for get form parameters, i don't see any example and page-href on the form element does not seem to work.
I think that I understand your feature request. There probably should be some page-submit-binding that works on forms.
In the meantime you might use an a-tag as a workaround (I know it's not semantic, and screen-readers might get confused, but it's the best I can come up with on a short notice).
Something like Simple form example.
@finnsson Yes that's exactly what i meant it would be super helpful if there is some binding for form's the link can be used as workaround but would also require to listen to the form submit event and trigger a click on the link.