Form remove submit buton

Hi all
Is there a clean way to remove the submit button and launch a get
after a selection, I imagine using java.
Sergio

Good luck using java.

You mean Javascript…

You have to add on onChange handler to the select to trigger the
form submission…

a very simple way to do it would be something like this: …