Hi,
I was wondering if someone could help me with a login form creation?
I am wanting to get an error message to pop-up when validation is incorrect.
I am wanting to continue through and log in when validation is correct.
The Sample code I have been supplied is:
<form method="post" action="#" enctype="application/x-www-form-urlencoded">
<input type='hidden' name='__token_timestamp__' value='1560853841'><input type='hidden' name='__token_val__' value='0ba485138ec2ed104f73bae5a65eedc0'>
<input type="hidden" name="destination" value="http://www.accountsupport.com/controlpanel/index.bml" />
Username: <input type="text" name="credential_0" value="" class="formfield" />
Password: <input type="password" name="credential_1" value="" class="formfield" />
<input type="submit" name="submit" value="Log In" class="formbutton" />
</form>