迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
模块表单,自定义了前台表单样式,提交后有两个值写不进去
cid和catid写不进去。
<form action="" class="form-horizontal" method="post" name="myform" id="myform"> {$form} {php $rxcp = dr_string2array($rxcp);} <div class="liangzu2"> <div class="col-md-10" style="display:none"><input class="form-control dr_required " type="text" name="data[title]" id="dr_title" value="{$title}" style="width:300px;" required="required" /><span class="help-block" id="dr_title_tips"></span> </div> <ul> <li> <div class="lz_right"> <div class="jinnian"> <h1>地域名称</h1> <h2><p><input style=" margin-top:15px; height:50px; border:none; font-size:22px; color:#293b5a; width:85%; background:#fff; padding-left:2%; " name="data[rxcp][1][1]" type="text" value="{$rxcp[1][1]}"></p></h2> </div> <div class="qunian"> <h1>产品销量</h1> <h2><p><input style=" margin-top:15px; height:50px; border:none; font-size:22px; color:#293b5a; width:85%; background:#fff; padding-left:2%; " name="data[rxcp][1][2]" type="text" value="{$rxcp[1][2]}"></p></h2> </div> </div> </li> <li> <div class="lz_right"> <div class="jinnian"> <h1>地域名称</h1> <h2><p><input style=" margin-top:15px; height:50px; border:none; font-size:22px; color:#293b5a; width:85%; background:#fff; padding-left:2%; " name="data[rxcp][2][1]" type="text" value="{$rxcp[2][1]}"></p></h2> </div> <div class="qunian"> <h1>产品销量</h1> <h2><p><input style=" margin-top:15px; height:50px; border:none; font-size:22px; color:#293b5a; width:85%; background:#fff; padding-left:2%; " name="data[rxcp][2][2]" type="text" value="{$rxcp[2][2]}"></p></h2> </div> </div> </li> <div class="clear"></div> </ul> </div> <div class="clear"></div> <div class="anniu_tj" onclick="dr_ajax_submit('{dr_now_url()}', 'myform', '2000', '{$reply_url}')"></div> </form>