迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
这是怎么回事, 这个应该怎么处理,麻烦请教一下
主要是我已经把图片验证码这部分删掉了,现在是又出现这个问题。
{php extract(dr_get_form_post_value('zxly'))} <form action="{$post_url}" class="form-horizontal c-book" method="post" name="myform" id="myform"> {$form} <ul> <dd> <input class="input" type="text" name="data[ndch]" id="dr_ndch" value="" placeholder="您的称呼" onfocus="foucs(this)" onblur="fmover(this)"> </dd> <dd> <input class="input" type="text" name="data[lxdh]" id="dr_lxdh" value="" placeholder="联系电话" onfocus="foucs(this)" onblur="fmover(this)"> </dd> <dd> <input class="input" type="text" name="data[mjmc]" id="dr_mjmc" value="" placeholder="名酒名称" onfocus="foucs(this)" onblur="fmover(this)"> </dd> <dd> <input class="input" type="text" name="data[mjnx]" id="dr_mjnx" value="" placeholder="名酒年限" onfocus="foucs(this)" onblur="fmover(this)"> </dd> <dd> <input class="input" type="text" name="data[lynr]" id="dr_lynr" value="" placeholder="留言内容" onfocus="foucs(this)" onblur="fmover(this)"> </dd> <dd class="bnt"> <a class="sq"><button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" class="btn green" id="tj">提交</button></a> </dd> </ul> </form>这是源码