表单input 带有required验证,用AJAX提交

迅睿框架 更新 2025-05-06 20:54:43 大白菜慢慢学

<input type="text" id="xingming" name="data[xingming]" placeholder="Name" required >  

<button type="button" class="btn"   onclick="dr_ajax_submit('{$post_url}', 'myform', '', '')">提 交</button>

表单input 带有required验证,用AJAX提交 会跳过required验证,有啥较好办法解决?


<audio controls="controls" style="display: none;"></audio>

方案

  • 外聘专员-小波工作室 #1 · 2025-04-28 12:07:53
    简单,重写dr_ajax_submit提交函数
  • 悦笙 #2 · 2025-05-06 18:00:34
    <form id="myform" onsubmit="return validateForm( '{$post_url}', 'myform', '2000', '{$rt_url}' )"> ...... <input type="text" id="xingming" name="data[xingming]" placeholder="Name" required > .....
    <button type="sublimt" class="btn">提交</button> </form>.........<script>function validateForm( posturl, name, time, rturl ) { // 前端验证代码....... dr_ajax_submit( posturl, name, time, rturl ) return false}</script>
  • 小鱼儿 #3 · 2025-05-06 20:54:43
    后台把这个字段的数据验证,必填项验证选中上就是必填项了

迅睿系统漏洞

GeoSeo收录宝
GeoSeo收录宝(2026-09-01)
升级 ai智能发布功能 升级 支持8国语言后端设置和前端输出功能 ...
Word发布批量上传
Word发布批量上传(2026-08-31)
版本覆盖问题重发
多语言翻译Seolang
多语言翻译Seolang(2026-08-31)
新增 LLM 大模型对话翻译模块 配置层强类型化重构 URL 模...
自定义存储
自定义存储(2026-08-30)
同步服务器端通用版实现,统一管理端、CMS 端和浏览器直传的提示与错...
GeoSeo工具箱
GeoSeo工具箱(2026-08-29)
新增 bing推送 新增 IndexNow推送 新增 baidu...
外贸多语言建站
外贸多语言建站(2026-08-27)
新增阿里云专业版入口 新增阿里云自动识别字符格式
Querylist渐进式采集
Querylist渐进式采集(2026-08-26)
增加范围截取规则
实时任务
实时任务(2026-08-26)
补充并整理完整使用说明、历史版本更新日志,统一帮助页样式。