Update Form not doing anything at click

Your closing </form> tag is just after the hidden input. All other inputs are outside of the form and the submit button is also outside of the form. Nothing will be submitted this way.
Your inputs need to be inside the form.

Also: