19 lines
348 B
HTML
19 lines
348 B
HTML
![]() |
<!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>
|