ckform joomla 中的 if else 条件

发布于 2024-11-05 07:54:21 字数 136 浏览 0 评论 0原文

我已经在 joomla 中安装了“CKFORMS”组件,我想将条件放在单选按钮上(是/否),如果选中“是”,则“名字”和“姓氏”字段将成为用户的必填字段。

我不知道我应该如何进一步进行。

请帮忙

提前致谢 戴夫

I have installed the "CKFORMS" component in joomla, I want to put the condition on radio button (YES/NO) if it's checked to YES then the fields First Name and last name will become the mandatory for the user.

I don't know how should i proceed further.

Please help

Thanks in advance
Dave

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧故 2024-11-12 07:54:21

最后我得到了解决方案,

我将 Jquery 包含在 ckforms 中,并在提交按钮上添加了代码片段以检查单选按钮是否被选中。

如果单击“是”,则所有 jquery 内容都会阻止用户(警报消息等)。

谢谢

Finally I got the solution,

I have included the Jquery inside the ckforms, and on the submit button , added the snippet to check if radio button is checked or not.

And if clicked yes, then all jquery stuff to stop the user (alert messages and son on).

thanks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文