trabajo-afectivo/public/assets/form/form.html

19 lines
348 B
HTML
Raw Normal View History

2015-08-10 00:10:41 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Example Form</title>
</head>
<body>
<div id="example_form"></div>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script id="zammad_form_script" src="http://localhost:3000/assets/form/form.js"></script>
<script>
$('#example_form').zammad_form({debug:true});
</script>
</body>
</html>