聯(lián)系官方銷售客服
1835022288
028-61286886
后臺(tái)設(shè)置了一個(gè)這樣的表單,想問問怎么調(diào)用到前端?看了一下演示,但是嘗試幾次都沒有成功
<form action="" class="wrap mt20" method="post" name="jkdjbmb" id="healthy"> {$form} <table> <tbody> <tr> <th>姓 名</th> <td> {$mingzi}<input type="text" name="mingzi" /></td> <th>性 別</th> <td><input type="text" name="sex" /></td> <th>出生年月日</th> <td><input type="text" name="birth" /></td> </tr> <tr> <th>民 族</th> <td><input type="text" name="nation" /></td> <th>興趣愛好</th> <td><input type="text" name="interest" /></td> <th>本人手機(jī)</th> <td><input type="text" name="phone" /></td> </tr> <tr> <th>現(xiàn)有常見病</th> <td><input type="text" name="illness" /></td> <th>近期身體情況</th> <td><input type="text" name="conditions" /></td> <th>是否介助行走</th> <td><input type="text" name="disease" /></td> </tr> <tr> <th>籍貫</th> <td><input type="text" name="address" /></td> <th>家屬聯(lián)系人</th> <td><input type="text" name="membername" /></td> <th>家屬手機(jī)</th> <td><input type="text" name="memberphone" /></td> </tr> <tr> <th>陪同人姓名</th> <td><input type="text" name="peername" /></td> <th>性別</th> <td><input type="text" name="accompany" /></td> <th>出生年月日</th> <td><input type="text" name="peerbirth" /></td> </tr> <tr> <th>民族</th> <td><input type="text" name="peernation" /></td> <th>興趣愛好</th> <td><input type="text" name="peerinterest" /></td> <th>本人手機(jī)</th> <td><input type="text" name="peerphone" /></td> </tr> <tr> <th>現(xiàn)有常見病</th> <td><input type="text" name="peerillness" /></td> <th>近期身體情況</th> <td><input type="text" name="peercondition" /></td> <th>是否介助行走</th> <td><input type="text" name="peerdisease" /></td> </tr> <tr> <th>預(yù)定公寓名稱</th> <td><input type="text" name="peeridentity" /></td> <th>入住時(shí)間</th> <td><input type="text" name="peerallergy" /></td> <th>入住天數(shù)</th> <td><input type="text" name="peerallergen" /></td> </tr> <tr> <th>備注(需求)</th> <td colspan="6"><input type="text" name="memberaddress" /></td> </tr> </tbody> <tfoot> <tr> </tfoot> </table> <p class="mt20 t-a-c"> <button type="submit" name="jkdjbmb" value="提交">提交</button> </p> </form>
http://223987.com/doc/612.html
很簡(jiǎn)單的
回復(fù)迅??蚣軇?chuàng)始人
做好兩點(diǎn)
1、form隱藏域
2、button單擊事件