From 4cd91ac5959137b9183ff26b40c7331410b09b40 Mon Sep 17 00:00:00 2001 From: Mark Goodrich Date: Thu, 3 Mar 2022 18:39:51 -0500 Subject: [PATCH] UHM-6136: View/Edit page for saved forms (#52) --- configuration/pih/htmlforms/peds.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/configuration/pih/htmlforms/peds.xml b/configuration/pih/htmlforms/peds.xml index 9f487d5..b6c30fb 100644 --- a/configuration/pih/htmlforms/peds.xml +++ b/configuration/pih/htmlforms/peds.xml @@ -108,20 +108,6 @@ disableAgeInput(jq(this)); }); - // handle our custom functionality for triggering going to the next section when the "Next" button is clicked - jq('#next').click(function() { - window.htmlForm.getBeforeSubmit().push(function () { - window.htmlForm.setReturnUrl(window.htmlForm.getReturnUrl() + "&goToNextSection=pihcore-peds"); - return true; - }); - - window.htmlForm.submitHtmlForm(); - }) - - jq('#submit').click(function() { - window.htmlForm.submitHtmlForm(); - }) - enableAgeEntries(); }); @@ -341,4 +327,4 @@ - \ No newline at end of file +