如何实现用户在前台通过身份证号 查询报名后的审核状态 迅睿框架 更新 2021-01-19 10:16:53 litom 用网站表单做了一个在线报名表单,报名后,后台审核。如何实现用户在前台通过身份证号查询报名后的审核状态?求助。
<form class="search-form" action="/index.php" method="get"> <input type="hidden" name="s" value="form"> <input type="hidden" name="c" value="aaaaaa"> <input type="text" placeholder="搜索内容..." name="kw"> <button class="btn default" type="submit"> 搜索 </button> </form>把默认模板:template/pc/default/home/form_list.html,复制成:template/pc/default/home/aaaaa_list.html再改aaaaa_list.html里面 的代码{php $where = urlencode('字段名 LIKE "'.$_GET['kw'].'"');} {form form=$form_table where=$where page=1 urlrule=$urlrule pagesize=5} <li> <a href="{Router::form_show_url($form_table, $t.id)}" class="title">{dr_strcut($t.title, 60)}</a> <span>{$t.inputtime}</span> </li> {/form}