Skip to content

Commit

Permalink
hubspot form changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Nov 10, 2023
1 parent 276d8a6 commit 052b00a
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 @@ -143,7 +143,7 @@ function prepImageUrl(thumbImage) {

async function loadIframeForm(data, type) {
loadScript('../../scripts/iframeResizer.min.js');
const formUrl = 'https://info.moleculardevices.com/rfq-bundle';
const formUrl = 'https://info.moleculardevices.com/rfq';
const root = document.getElementById('step-3');
const rfqRUM = { source: 'global' };
root.innerHTML = '';
Expand Down

0 comments on commit 052b00a

Please sign in to comment.