CCK字段中的输入过滤,怎么可能?
我已使用 CCK 将新字段添加到我的自定义内容类型。有电子邮件和电话号码,我想将其输入限制为电话号码字段的数字和电子邮件字段的特殊模式。
我怎样才能做到这一点?
提前谢谢您。
i have added to new fields using CCK to my custom content type. there are email and phone number and i want to restrict their input to just numbers for phone number field and special pattern to email field.
how can i do that?
thank you in advanced.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
电话号码有特定的 CCK 字段类型,电子邮件有特定的 CCK 字段类型。您应该使用这些文本字段而不是 CCK 文本字段,因为它们会自动验证/限制输入。
There are specific CCK field types for phone number and specific CCK field types for email. You should use these instead of CCK text fields as they automatically validate/restrict the input.