Skip to content

Commit

Permalink
Update Legacy Form action URL from convertkit.com to kit.com
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Dec 9, 2024
1 parent d445f2a commit 6eff185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function testFormShortcodeWithValidLegacyFormShortcodeFromConvertKitApp(A
$I->checkNoWarningsAndNoticesOnScreen($I);

// Confirm that the ConvertKit Default Legacy Form displays.
$I->seeInSource('<form id="ck_subscribe_form" class="ck_subscribe_form" action="https://api.convertkit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_FORM_ID'] . '/subscribe" data-remote="true">');
$I->seeInSource('<form id="ck_subscribe_form" class="ck_subscribe_form" action="https://api.kit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_FORM_ID'] . '/subscribe" data-remote="true">');
}

/**
Expand Down

0 comments on commit 6eff185

Please sign in to comment.