ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷售客服

1835022288

028-61286886

投訴 已解決 后臺(tái)設(shè)置了一個(gè)這樣的表單想問問怎么調(diào)用到前端看了一下演示但是 4 0
唯一(全能人才) SVIP會(huì)員 OEM版權(quán) 2019-10-29 13:31:07 私信
迅睿CMS版本:4.3.2 懸賞:10元


image.png


image.png

后臺(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>


image.png

解決方案
  • {php extract(dr_get_form_post_value('jkdjbmb'))}
    <form action="" class="wrap mt20" method="post" name="myform" id="myform">
    	{$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="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" class="btn green"> <i class="fa fa-save"></i> 提交內(nèi)容</button>
    			<button type="submit" name="jkdjbmb" value="提交">提交</button>
    
    </p>
        </form>

    http://www.zbshanke.com/doc/612.html

    很簡單的

  • 做好兩點(diǎn)

    1、form隱藏域

    2、button單擊事件

  • ********此內(nèi)容僅樓主可見********
    滿意答案
    (溫馨提醒:滿意答案給自己不贈(zèng)送懸賞金額)
  • @唯一:沒有好的解決方案,進(jìn)行關(guān)單處理!