Skip to content

Commit

Permalink
website url
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Nov 22, 2024
1 parent 4f09ef0 commit 24be713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blocks/forms/formHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export function getFormFieldValues(formConfig) {
product_bundle_image: formConfig.productBundleImage,
product_bundle: formConfig.productBundle,
qdc: formConfig.qdc,
website: formConfig.website,
};
}

Expand Down
2 changes: 1 addition & 1 deletion blocks/quote-request/quote-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async function loadIframeForm(data, type) {
const cmpValue = getCookie('cmp') ? getCookie('cmp') : '70170000000hlRa';
// if (mpCmpValue) cmpValue = mpCmpValue;
const requestTypeParam = queryParams && queryParams.get('request_type');
websiteUrl = `https://www.moleculardevices.com/`+data.path;
websiteUrl = `https://www.moleculardevices.com${data.path}`;
const hubSpotQuery = {
formId: '09ad331d-27c6-470a-86d4-7d6c4b141bc8',
productFamily: sfdcProductFamily,
Expand Down

0 comments on commit 24be713

Please sign in to comment.