Preparing your frontend

In order to work correctly Umbraco Forms needs some client dependencies, being jquery, jquery validate and jquery validate unobtrusive.

Adding the scripts to your template

Simply add those to your template these can be in the head or at the bottom of the page (if you add them to the bottom you'll need to perform an extra step).

Easiest way to add the dependencies is to fetch them from a cdn (like http://www.asp.net/ajax/cdn). So simply add the following 3 scripts

<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.1.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script>

最新文章

  1. 补上题代码 hdu1520
  2. Arduino101学习笔记(十)&mdash;&mdash; 串口通信
  3. gopush-cluster 架构
  4. springmvc在web.xml中的配置
  5. hdoj 2647 Reward【反向拓扑排序】
  6. MooseFS源代码分析(三)
  7. Linux学习 -- 权限管理
  8. Python入门之ATM+购物车代码版思维导图
  9. Kirill And The Game CodeForces - 842A
  10. OpenCV混合高斯模型函数注释说明
  11. sed和awk用法
  12. SQL SERVER 2008 服务器登录名、角色、数据库用户、角色、架构的关系
  13. 基于SDL2实现俄罗斯方块
  14. git的一些常用操作
  15. 【PAT】B1042 字符统计(20 分)
  16. 2. maven的配置和使用
  17. Problem(I) STL - 灵活的线性表
  18. 二进制转化为十进制Java实现
  19. Philosopher
  20. python3 logging 日志记录模块

热门文章

  1. linux命令中 rpm –qa|grep softname的含义
  2. SQLite入门与分析(四)---Page Cache之事务处理(2)
  3. Ado.Net小练习02(小项目CUID
  4. WPF之小动画三
  5. phpStorm 安装配置
  6. node.js EventEmitter发送和接收事件
  7. Node.js学习(11)----HTTP服务器与客户端
  8. php中的ceil和floo以及round函数
  9. Android 签名(4)验证是否签名
  10. android 自动调整屏幕分辨率