Skip to content

Commit c90fff7

Browse files
authored
Forms: keep frontend CRM integration true by default (#45669)
1 parent e87ca78 commit c90fff7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Forms: revert CRM frontend default to true.

projects/packages/forms/src/contact-form/class-contact-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function __construct( $attributes, $content = null, $set_id = true ) {
196196
'customThankyouMessage' => '', // The message to show when customThankyou is set to 'message'.
197197
'customThankyouRedirect' => '', // The URL to redirect to when confirmationType is set to 'redirect'.
198198
'confirmationType' => null, // The type of confirmation to show after submitting a form. 'text' for a text message, 'redirect' for a redirect link.
199-
'jetpackCRM' => null, // Whether Jetpack CRM should store the form submission.
199+
'jetpackCRM' => true, // Whether Jetpack CRM should store the form submission.
200200
'mailpoet' => null,
201201
'hostingerReach' => null,
202202
'className' => null,

0 commit comments

Comments
 (0)