欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

dedecms自定义表单列表编辑联动地区显示为数字的解决方法

相关案例演示

打开 \dede\templets\diy_edit_content.htm 找到

<?php $formfields = ''; foreach($fieldlist as $field=>$fielddata) { $allowhtml = array('htmltext'); if($row[$field]=='') continue; if($fielddata[1]=='img') { $row[$field] = "<input name='photo' type='file' /> <a href='{$row[$field]}' target='_blank'><img src='images/channeladd.gif' border='0' /> 浏览原图</a> <a href='diy_list.php?action=delete&diyid=$diy->diyid&id=$row[id]&do=1&name=$field'>删除原图</a>\r\n"; } else if($fielddata[1]=='addon') { $row[$field] = "<input name='file' type='file' /> <a href='{$row[$field]}' target='_blank'><img src='images/channeladd.gif' border='0' /> 浏览原附件</a> <a href='diy_list.php?action=delete&diyid=$diy->diyid&id=$row[id]&do=1&name=$field'>删除原附件</a>"; } else { if(!in_array($fielddata[1],$allowhtml)){ $row[$field] = dede_htmlspecialchars($row[$field]); $row[$field] = "<input type='text' name='".$field."' value='".$row[$field]."'/>"; } } echo '<tr bgcolor="#ffffff"><td width="20%" height="24">'.$fielddata[0].':'.'</td><td width="80%">'.$row[$field].'</td></tr>'; $formfields .= $formfields == ''? $field.','.$fielddata[1] : ';'.$field.','.$fielddata[1]; } echo "<input type='hidden' name='dede_fields' value='".$formfields."'>"; ?>  

这一块PHP代码改成

<?php echo $postform; ?>  

作者:欣怡建站 挑错 时间:2020-01-12 15:56
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服