forms - 如何在 Business-Catalyst 登录页面中制作“记住我”按钮?

标签 forms adobe business-catalyst

我正在使用 business-catalyst,我创建了一个带有记住我按钮的登录页面,但这对我不起作用?任何想法

我的代码

            <form name="catseczoneform82513" onsubmit="return checkWholeForm82513(this)" method="post" action="https://galleryof.worldsecuresystems.com/ZoneProcess.aspx?ZoneID=-1&amp;Referrer=http%3a%2f%2fgalleryofjewels.worldsecuresystems.com&amp;OID=5463960&amp;OTYPE=1">
                <div class="form">
                <div class="item"><label for="SZUsername">Username</label><br />
                <input type="text" class="cat_textbox_small" name="Username" id="SZUsername" maxlength="255" /></div>
                <div class="item"><label for="SZPassword">Password</label><br />
                <input type="password" class="cat_textbox_small" name="Password" id="SZPassword" maxlength="255" /></div>
                <div class="item"><input type="checkbox" name="RememberMe" id="RememberMe" /><label for="RememberMe">Remember Me</label></div>
                <div class="item"><input type="submit" class="cat_button" value="Log in" />&nbsp;<a href="/_System/SystemPages/PasswordRetrieveRequest">Lost password?</a></div>
                </div>
                <script src="/CatalystScripts/ValidationFunctions.js" type="text/javascript"></script>
            </form>

最佳答案

Business Catalyst 中“记住我”的表单代码是:

<input type="checkbox" id="RememberMe" name="RememberMe" />
<label for="RememberMe">Remember Me</label>

您的代码看起来是正确的。可能是浏览器问题。我遇到了同样的问题,这是我的浏览器设置而不是代码。我网站上的相同代码可以正常工作。

关于forms - 如何在 Business-Catalyst 登录页面中制作“记住我”按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12841939/

相关文章:

python - 重新排序表单元素并更改 django 密码更改表单上的标签

php - 命中 'back' 时重置复选框值

java - 向 PDF 添加新页面并使用 iText 7 创建签名

winforms - 返回对象而不是 DialogResult 的 Windows 窗体模态对话框

php - 在 PHP 中获取 Contact Form 7 表单 ID

ios - Adobe Air可以将复杂的Flash游戏转换成iPad/android平台游戏吗?

excel - 循环不打开 PDF...所以复制/粘贴到 Excel 失败(我认为)

sorting - Business Catalyst 液体分选

javascript - 传递 2 个 URL 参数?

javascript - Business Catalyst - 如何从架构元内容中删除井号