Skip to content

Commit ecdc84a

Browse files
committed
update form error message
1 parent 2dfbb01 commit ecdc84a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/MarketoForm/MarketoForm.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ const MarketoForm = ({
4747
<form id={`mktoForm_${id}`} />
4848
{state.matches('blocked') && (
4949
<Error>
50-
Unable to load the form. Perhaps you have an ad blocker enabled?
50+
Unable to load the form. Perhaps you have an ad blocker enabled? If
51+
you’re having issues registering, or any questions, email
52+
5153
</Error>
5254
)}
5355
{state.matches('error') && <Error>Unable to load the form.</Error>}

0 commit comments

Comments
 (0)