From e686d3c61349a943edf04c1acea57b750bd8fef8 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Mon, 11 Dec 2017 10:02:28 +0200 Subject: [PATCH 1/2] - fixed ID's duplicates when more than 1 form is loaded at same page; --- includes/core/um-actions-global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/um-actions-global.php b/includes/core/um-actions-global.php index eb5833c4..7f3241c2 100644 --- a/includes/core/um-actions-global.php +++ b/includes/core/um-actions-global.php @@ -6,7 +6,7 @@ add_action('um_after_form_fields', 'um_add_form_identifier'); function um_add_form_identifier($args){ ?> - + Date: Mon, 11 Dec 2017 11:52:14 +0200 Subject: [PATCH 2/2] - removed ID's duplicates if there is more than 1 form at same screen; --- includes/core/um-actions-global.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/core/um-actions-global.php b/includes/core/um-actions-global.php index 7f3241c2..9a87a42f 100644 --- a/includes/core/um-actions-global.php +++ b/includes/core/um-actions-global.php @@ -19,13 +19,13 @@ function um_add_security_checks($args){ if ( is_admin() ) return; - echo ''; + echo ''; ?>

- - + +