Skip to content

Commit 98aef65

Browse files
Merge pull request #1550 from hlxsites/rfqimage-url
image url fix
2 parents 4c7d69e + 71f50c1 commit 98aef65

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

blocks/forms/formHelper.js

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export function getFormFieldValues(formConfig) {
201201
product_bundle_image: formConfig.productBundleImage,
202202
product_bundle: formConfig.productBundle,
203203
qdc: formConfig.qdc,
204+
website: formConfig.website,
204205
};
205206
}
206207

blocks/quote-request/quote-request.js

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ async function loadIframeForm(data, type) {
229229
const cmpValue = getCookie('cmp') ? getCookie('cmp') : '70170000000hlRa';
230230
// if (mpCmpValue) cmpValue = mpCmpValue;
231231
const requestTypeParam = queryParams && queryParams.get('request_type');
232-
233232
const hubSpotQuery = {
234233
formId: '09ad331d-27c6-470a-86d4-7d6c4b141bc8',
235234
productFamily: sfdcProductFamily,

0 commit comments

Comments
 (0)