迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
用模块表单做的报名:
模块的提交表单是直接 写在新闻内容详情页中的,提交后下面的跳转未执行
插件版权:官方插件插件名称:模块内容表单
插件教程:https://www.xunruicms.com/doc/app-711.html
{php extract(dr_get_mform_post_value(MOD_DIR, 'kcyy',$id))} <form action="{$post_url}&is_show_msg={urlencode($rt_url)}" method="post" name="myform" id="myform"> {$form} <input type="hidden" id="yz_sms" name="yzsms"> <div class="n_r "> <div class="tc_bt"> <i>*</i> <span>{dr_block('danchuang')}</span> <input type="text" name="data[shouji]" id="dr_shouji"> <div class="yzm"> <input type="text" id="dr_sms" name="sms" placeholder="请输入短信验证码" > <button onclick="dr_ajax_url('/index.php?s=form&c=kcbm&m=send_code&id='+$('#dr_shouji').val())" type="button">发送验证码</button> </div> <div class="ms_xi"> {dr_block('tijiaowenzi')} </div> </div> <div class="xian"></div> <!-- 订单信息 --> <div class=" dd_xx"> <h5>订单信息</h5> <ul> <li> <div class="zuo"> <img src="{dr_get_file($thumb)}" alt=""> </div> <div class="you"> <h4>{$title}</h4> <input type="hidden" name="data[title]" value="{$title}"> <h6>{$msa}</h6> <h6>{$msb}</h6> <div class="jg">¥{$kcfy}</div> <input type="hidden" name="data[feiyong]" value="{$kcfy}"> </div> </li> </ul> <div class="wei_xin"> <button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')">确认支付¥{$kcfy}</button> </div> </div> </div> </form>