从页面注销,表单中包含必填字段(html5)

I have a button 'logout' on each page in the header and from simple pages session can be closed easily, but from the page with required fields HTML5 it prevents logging out.

Is it possible to solve this issue but to leave the fields with required? Or do I have to validate the fields through PHP?

Thank you.

Ass CBroe already pointed out in the comments:

You have to take the Button out of the html-form that has form validation. Separate html-forms for separate formular.