ckform joomla 中的 if else 条件
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我得到了解决方案,
我将 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