diff --git a/extensions/blocks/contact-form/index.js b/extensions/blocks/contact-form/index.js
index e2a90c89b9545..069b72f817dbf 100644
--- a/extensions/blocks/contact-form/index.js
+++ b/extensions/blocks/contact-form/index.js
@@ -69,7 +69,7 @@ export const settings = {
},
edit: JetpackContactForm,
- save: InnerBlocks.Content,
+ save: () => ,
deprecated: [
{
attributes: {
@@ -107,7 +107,7 @@ export const settings = {
return true;
},
- save: InnerBlocks.Content,
+ save: () => ,
},
],
};