is just the id of the form.
If you are putting a login form on each page of your site, the forms action needs to be set to post to the login page:
<form action="login.php" method="post" id="WAATKLogInForm">
only on the login page can you set the action to post to itself.