% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
html = require("acf.html")
%>
<%= html.html_escape(form.label) %>
<%
local order = {"clientuserid", "expiredatetime"}
htmlviewfunctions.displayform(form, order, nil, page_info)
%>