summaryrefslogtreecommitdiff
path: root/swat/esptest/formtest.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/esptest/formtest.esp')
-rw-r--r--swat/esptest/formtest.esp6
1 files changed, 4 insertions, 2 deletions
diff --git a/swat/esptest/formtest.esp b/swat/esptest/formtest.esp
index 5cb4f00327..32ad4a04b2 100644
--- a/swat/esptest/formtest.esp
+++ b/swat/esptest/formtest.esp
@@ -1,4 +1,6 @@
-<% page_header("columns", "ESP Form Test", "/esptest/menu.js"); %>
+<% page_header("columns", "ESP Form Test", "/esptest/menu.js");
+ include("/scripting/forms.js");
+%>
<%
var f = FormObj("FormTest", 3, 2);
@@ -15,7 +17,7 @@ f.element[2].value = form['Color'];
f.submit[0] = "OK";
f.submit[1] = "Cancel";
-display_form(f);
+f.display();
<%
/* if its a post then the user has filled in the form, so