====== Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use onChange="this.form.submit()" ===== Example ===== please select a value one two three {{tag>javascript html}}
onChange="this.form.submit()"
please select a value one two three