From 1c6a08da16480c6bf0938d8f633e99381b58ca7c Mon Sep 17 00:00:00 2001 From: Shekhar0109 Date: Thu, 2 Oct 2025 11:19:02 +0530 Subject: [PATCH 1/2] Fix: CF7 forms submit correctly in Video Layer via REST API --- assets/src/js/godam-gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/src/js/godam-gallery.js b/assets/src/js/godam-gallery.js index 70b53e556..d0c36cb9f 100644 --- a/assets/src/js/godam-gallery.js +++ b/assets/src/js/godam-gallery.js @@ -246,7 +246,7 @@ document.addEventListener( 'click', async function( e ) { status: 'success', }; } else { - const response = await fetch( `/wp-json/godam/v1/video-shortcode?id=${ newVideoId }` ); + const response = await fetch(`/wp-json/godam/v1/cf7-form?id=${newVideoId}`); data = await response.json(); if ( data.status === 'success' && data.html ) { From cab47c1ead83f8902b381ac3e387a5a9e8cc3242 Mon Sep 17 00:00:00 2001 From: Shekhar0109 Date: Fri, 3 Oct 2025 19:04:32 +0530 Subject: [PATCH 2/2] Fix: Correct GoDAM Recorder links for WPForms and Ninja Forms (#1182) --- .../wpforms-field-godam-record-entry-edit.php | 17 +++++++++++++++++ .../wpforms-field-godam-record-entry-view.php | 12 +++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/inc/classes/wpforms/wpforms-field-godam-record-entry-edit.php b/inc/classes/wpforms/wpforms-field-godam-record-entry-edit.php index 57915bdaf..1641510f3 100644 --- a/inc/classes/wpforms/wpforms-field-godam-record-entry-edit.php +++ b/inc/classes/wpforms/wpforms-field-godam-record-entry-edit.php @@ -41,6 +41,23 @@ class="godam-video-link " >
+ + + + + +