Skip to content

Commit

Permalink
Merge pull request #823 from newrelic/marketo-err0r-update
Browse files Browse the repository at this point in the history
Marketo err0r update
  • Loading branch information
jerelmiller authored Oct 8, 2020
2 parents 3f615ab + b91ca1f commit 0ad2907
Show file tree
Hide file tree
Showing 2 changed files with 4,629 additions and 4,722 deletions.
4 changes: 3 additions & 1 deletion src/components/MarketoForm/MarketoForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const MarketoForm = ({
<form id={`mktoForm_${id}`} />
{state.matches('blocked') && (
<Error>
Unable to load the form. Perhaps you have an ad blocker enabled?
Unable to load the form. Perhaps you have an ad blocker enabled? If
you’re having issues registering, or any questions, email
[email protected]
</Error>
)}
{state.matches('error') && <Error>Unable to load the form.</Error>}
Expand Down
Loading

0 comments on commit 0ad2907

Please sign in to comment.