Skip to content

Commit

Permalink
Updated to fix the syntax error, the statement is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakk799 committed Aug 13, 2024
1 parent c586835 commit 1c1c96b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/talk-to-an-expert-form/talk-to-an-expert-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ function getInquiry() {
document.getElementsByName('Inquiry_Number')[0].value = inquiry;
// eslint-disable-next-line
window.dataLayer?.push({ event: 'formSubmit', formId: 'TTAE', inquiry: inquiry });
document.getElementByName('TTAE').submit();
}

function formValidate() {
Expand Down

0 comments on commit 1c1c96b

Please sign in to comment.