织梦DEDE自定义表单在后台显示时间的方法仿站必
<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">
<tbody><tr>
<td align="right" valign="top">用户角色:</td>
<td><input type="radio" name='xuesheng' class='np' value='家长' checked>家长
<input type="radio" name='xuesheng' class='np' value='学生'>学生
</td>
</tr>
<tr>
<td align="right" valign="top">用户姓名:</td>
<td><input required type="text" name='name' id='name' style="width:250px" class="intxt aiaedu_name" value=""> <span class="whitecolor">*</span>
</td>
</tr>
<tr>
<td align="right" valign="top">用户性别:</td>
<td><input type="radio" name='sex' class='np' value='男' checked>男
<input type="radio" name='sex' class='np' value='女'>女
</td>
</tr>
<tr>
<td align="right" valign="top">出生日期:</td>
<td><input type="text" name='time' id='time' style="width:250px" class="intxt" value="">
</td>
</tr>
<tr>
<td align="right" valign="top">邮寄地址:</td>
<td><input type="text" name='youbian' id='youbian' style="width:250px" class="intxt" value="">
</td>
</tr>
<tr>
<td align="right" valign="top">常用邮箱:</td>
<td><input type="email" name='email' id='email' style="width:250px" class="intxt" value="">
</td>
</tr>
<tr>
<td align="right" valign="top">手机号码:</td>
<td><input required type="text" name='telphone' id='telphone' style="width:250px" class="intxt aiaedu_phone" value=""> <span class="whitecolor">*</span>
</td>
</tr>
<tr>
<td align="right" valign="top">就读高中:</td>
<td><input type="text" name='school' id='school' style="width:250px" class="intxt aiaedu_school" value=""> <span class="whitecolor">*</span>
</td>
</tr>
<tr>
<td align="right" valign="top">备注内容:</td>
<td><textarea name='pscontent' id='pscontent' class="beizhu"></textarea>
</td>
<tr style="display:none;">
<td align="right" valign="top">提交时间:</td>
<td><input type="hidden" name='mytime' id='mytime' style="width:250px" class="intxt ft_time" value=""> //type=hidden就是不要其在前端显示,但是后台可以看到。下面的js代码就是为了后台显示时间的。
<script type="text/javascript">
window.onload = function(){
var nowDate = new Date();
var str = nowDate.getFullYear()+"-"+(nowDate.getMonth() + 1)
+"-"+nowDate.getDate()+" "+nowDate.getHours()+":"+nowDate.getMinutes()
+":"+nowDate.getSeconds();
document.getElementById("mytime").value=str;
}
</script>
</td>
</tr>
</tr>
<input type="hidden" name="dede_fields" value="name,text;sex,radio;xuesheng,radio;tim
- 上一篇: dede自带幻灯片功能参数说
- 下一篇:DEDE自定义表单显示提交时间|添加提交时间,获取
☉首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程:
- 织梦dede首页列表页获取文章对应的tag标签
- 织梦dede导航栏目顶级和二级判断二级输出不同url
- 织梦dede标签array runphp静态生成乱码BUG解决方法
- 织梦dede如何禁止会员发布文章内容带超链接
- 织梦ajax跨域提交自定义表单和跨域验证码问题
- 织梦CMS MIP文章内容页图片适配百度MIP规范
- 织梦CMS时间格式实现XX秒前、XX分钟前、XX天前
- 织梦DedeCMS更新系统缓存增加清理沉余缓存的功能
- 织梦CMS让channelartlist标签支持currentstyle属性的
- 织梦dede自带编辑器替换百度ueditor编辑器
- 织梦DEDECMS整站动态化或整站静态化设置方法
- 织梦dede 模板路径templets目录都有什么?