blob: 4d47c13a297d35c1146b9859a916e51dfa1c07f6 (
plain)
1
2
3
4
5
6
7
8
9
|
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
html = require("acf.html")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
htmlviewfunctions.displayform(form, nil, nil, page_info, 2)
%>
|