http://agentnet.propertyguru.com.sg/を見ていただけますか?を押しenterてもフォームが送信されず、送信を妨げている原因が見つかりません。
ソースからすべての Javascript ファイルを見つけることができます。
     <form action="destination" method="POST">
    <fieldset>
        <p class="instructions">Please enter your login id and password</p>
        <br />
        <label for="userid">User id:</label>
        <input type="text" name="userid" value="{$process->data.userid}" class="inputfield">
        <br />
        <label for="password">Password:</label>
        <input type="password" maxlength="32" name="password" class="inputfield">
        <br />
        <input name="submit" type="submit" class="button" value="Login" />
    </fieldset>
     </form>