織夢(mèng)自定義表單制作在線訂單的方法

這篇文章將為大家詳細(xì)講解有關(guān)織夢(mèng)自定義表單制作在線訂單的方法,小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。

成都創(chuàng)新互聯(lián)公司是網(wǎng)站建設(shè)技術(shù)企業(yè),為成都企業(yè)提供專業(yè)的成都做網(wǎng)站、網(wǎng)站設(shè)計(jì),網(wǎng)站設(shè)計(jì),網(wǎng)站制作,網(wǎng)站改版等技術(shù)服務(wù)。擁有十余年豐富建站經(jīng)驗(yàn)和眾多成功案例,為您定制適合企業(yè)的網(wǎng)站。十余年品質(zhì),值得信賴!

織夢(mèng)自定義表單怎么制作在線訂單?

織夢(mèng)自定義表單制作在線訂單詳細(xì)解說(shuō)

推薦學(xué)習(xí):織夢(mèng)cms

第一步首先你要知道自定義表單的后臺(tái)界面在哪里截圖

織夢(mèng)自定義表單制作在線訂單的方法

第二步添加自定義表單

織夢(mèng)自定義表單制作在線訂單的方法

我選擇完全公開(kāi)就是說(shuō)訪客提交的時(shí)候他們也是可以看到我們的自定義信息的 數(shù)據(jù)表 模板根據(jù)你的模板自定義即可

我們先look下

織夢(mèng)自定義表單制作在線訂單的方法

下面就是自定義的內(nèi)容了

我隨便舉例給大家演示下 首先返回界面

織夢(mèng)自定義表單制作在線訂單的方法

點(diǎn)擊紅圈來(lái)添加我們的自定義表單

織夢(mèng)自定義表單制作在線訂單的方法

添加自定義字段

我添加了三個(gè)自定義字段分別是

織夢(mèng)自定義表單制作在線訂單的方法

下面預(yù)覽下我們的效果

織夢(mèng)自定義表單制作在線訂單的方法

注意你添加的時(shí)候根據(jù)你的需要選擇 對(duì)應(yīng)的 數(shù)據(jù)類型即可

這樣自定義就基本完成了下面就是用代碼直接放置到你的對(duì)應(yīng)模板

這里給大家一個(gè)技巧 一般自定義的用你的單頁(yè)面模板修改即可

我的例子代碼是:

<form action="/plus/diy.php" enctype="multipart/form-data" method="post">
<input type="hidden" name="action" value="post" />
<input type="hidden" name="diyid" value="1" />
<input type="hidden" name="do" value="2" />
<table style="width:97%;" cellpadding="0" cellspacing="1">
<tr>
  <td align="right" valign="top">招聘:</td>
  <td><input type='text' name='zhaopin' id='zhaopin' style='width:250px'  class='intxt' value='' />
</td>
</tr>
<tr>
  <td align="right" valign="top">招聘頭像:</td>
  <td><input type='file' name='touxiang' id='touxiang' style='width:300px;height:22px;line-height:22px' />
</td>
</tr>
<tr>
  <td align="right" valign="top">閱歷:</td>
  <td><textarea name="yueli" rows="8" cols="60"></textarea>
<script type="text/javascript">//<![CDATA[
window.CKEDITOR_BASEPATH='/include/ckeditor/';
//]]></script>
<script type="text/javascript" src="/include/ckeditor/ckeditor.js?t=B8DJ5M3"></script>
<script type="text/javascript">//<![CDATA[
CKEDITOR.replace('yueli', {"extraPlugins":"dedepage,multipic,addon","toolbar":[["Source","-"],["Cut","Copy","Paste","PasteText","PasteFromWord","-","Print"],["Undo","Redo","-","Find","Replace","-","SelectAll","RemoveFormat"],["Bold","Italic","Underline","Strike","-"],["Table","HorizontalRule"],["Link","Unlink","Image","Anchor"],["Styles","Format","Font","FontSize"],["TextColor","BGColor"]],"height":350,"skin":"kama"});
//]]></script>
</td>
</tr>
<input type="hidden" name="dede_fields" value="zhaopin,text;touxiang,img;yueli,htmltext" />
<input type="hidden" name="dede_fieldshash" value="b4e15b5fd31e75fbe8712b4bf0dd7155" /></table>
<div align='center' style='height:30px;padding-top:10px;'>
<input type="submit" name="submit" value="提 交" class='coolbg' />
<input type="reset" name="reset" value="重 置" class='coolbg' />
</div>
</form>

簡(jiǎn)單的辦法直接復(fù)制你發(fā)布頁(yè)面自定義表單的源代碼里找  <form> </form> 之間的部分即可

我用織夢(mèng)默認(rèn)單頁(yè)面測(cè)試截圖

織夢(mèng)自定義表單制作在線訂單的方法

測(cè)試內(nèi)容發(fā)布截圖

織夢(mèng)自定義表單制作在線訂單的方法

關(guān)于織夢(mèng)自定義表單制作在線訂單的方法就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。

標(biāo)題名稱:織夢(mèng)自定義表單制作在線訂單的方法
網(wǎng)頁(yè)地址:http://bm7419.com/article14/giggde.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供外貿(mào)建站域名注冊(cè)、營(yíng)銷型網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè)、品牌網(wǎng)站制作、靜態(tài)網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都做網(wǎng)站