This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HotSpot - custom LogIn-Form

Hi,

i have to my HotSpot the condition "accept term" for the login defined. With the activation of the checkbox and the confirmation with "login", however, no access occurs.

here a snipe:
<div id="login">
<form action="?action=login" method="POST" onsubmit="return false;">
<table>
    <tbody>
        <tr>
            <td colspan="2"><input name="accept" type="checkbox" value="true" />Ich akzeptiere die Nutzungsbedingungen</td>
        </tr>
        <tr>
            <td colspan="2"><input name="login" type="submit" value="Login" /></td>
        </tr>
    </tbody>
</table>
<input name="location" type="hidden" value="" /></form>
</div>

Does anyone recognize the error and can help?


Many Thanks



This thread was automatically locked due to age.