Skip to content

Commit 0eabaa5

Browse files
send through empty recaptcha-response
1 parent b508711 commit 0eabaa5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotcom-rendering/src/lib/useNewsletterSignupForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const buildFormData = (
2828
formData.append('ref', pageRef);
2929
formData.append('refViewId', refViewId);
3030
formData.append('name', '');
31+
formData.append('g-recaptcha-response', '');
3132

3233
if (marketingOptIn !== undefined) {
3334
formData.append('marketing', marketingOptIn ? 'true' : 'false');

0 commit comments

Comments
 (0)