From c5112e1ce91e2e68c999a2233326c93e5aed21c1 Mon Sep 17 00:00:00 2001 From: twotalesanimation <80506065+twotalesanimation@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:27:20 +0200 Subject: [PATCH] fix: move linked accounts form outside of infoForm to prevent form submission conflicts The linkUserForm was nested inside the infoForm, causing the 'Link Account' button to trigger the parent form's update_application submission instead of the AJAX membership linking request. Moved the entire Linked Accounts section and form to come after the infoForm closes, making it a separate form. --- src/pages/memberships/membership_details.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/pages/memberships/membership_details.php b/src/pages/memberships/membership_details.php index 012792e4..0f434567 100644 --- a/src/pages/memberships/membership_details.php +++ b/src/pages/memberships/membership_details.php @@ -446,7 +446,15 @@ if (empty($application['id_number'])) { - + +