<% local form, viewlibrary, page_info = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> <% if form.value.data then %>

<%= html.html_escape(form.value.data.label) %>

<% end %>

<%= html.html_escape(form.label) %>

<% form.value.data = nil htmlviewfunctions.displayform(form, nil, nil, page_info, 2) %>