The Account is being set-up in the "Submission Accounts" module but it is unable to locate the user. I have tried all of the suggested ways to no avail, which includes adding ?form_id=11 on the end of the URL link and in the <form> tag.
Sorry, that login information is incorrect. Please try again.
FOUND THE PROBLEM:
I was using the module to generate my form and it was asking EMAIL instead of USERNAME which is contrary to the generated code:
<form action="FORMTOOLS/modules/submission_accounts/login.php" method="post">
<input type="hidden" name="form_id" value="11" />
<-------- Email <input type="text" name="username" /><br />----------->
Password <input type="text" name="password" /><br />
<input type="submit" name="login" value="LOGIN" /><br />
</form>
Sorry, that login information is incorrect. Please try again.
FOUND THE PROBLEM:
I was using the module to generate my form and it was asking EMAIL instead of USERNAME which is contrary to the generated code:
<form action="FORMTOOLS/modules/submission_accounts/login.php" method="post">
<input type="hidden" name="form_id" value="11" />
<-------- Email <input type="text" name="username" /><br />----------->
Password <input type="text" name="password" /><br />
<input type="submit" name="login" value="LOGIN" /><br />
</form>