Skip to content

Commit

Permalink
form changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Nov 8, 2023
1 parent c0768df commit 7259a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/quote-request/quote-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ async function loadIframeForm(data, type) {
keyword_ppc__c: getCookie('utm_keyword') ? getCookie('utm_keyword') : '',
gclid__c: getCookie('gclid') ? getCookie('gclid') : '',
product_image: productImage,
bundle_thumbnail: bundleThumbnail,
product_bundle_image: bundleThumbnail,
product_bundle: productBundle,
requested_qdc_discussion__c: requestTypeParam || 'Quote',
return_url: data.familyID
Expand Down

0 comments on commit 7259a03

Please sign in to comment.