Skip to content

Commit

Permalink
Fix help docs to recent URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 16, 2025
1 parent 6cc3862 commit 32b6b22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/class-cf7-extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function wpcf7_metabox( $cf7 ) {
$fields = array(
'extra-disable-ajax' => array(
'label' => __( 'AJAX Submissions', 'contact-form-7-extras' ),
'docs_url' => 'http://contactform7.com/controlling-behavior-by-setting-constants/',
'docs_url' => 'https://contactform7.com/controlling-behavior-by-setting-constants/',
'field' => sprintf(
'<label>
<input id="extra-disable-ajax" data-toggle-on=".extra-field-extra-track-ga, #extra-html5-fallback-wrap" name="extra[disable-ajax]" value="1" %s type="checkbox" />
Expand All @@ -200,7 +200,7 @@ public function wpcf7_metabox( $cf7 ) {
),
'extra-disable-css' => array(
'label' => __( 'Default CSS', 'contact-form-7-extras' ),
'docs_url' => 'http://contactform7.com/controlling-behavior-by-setting-constants/',
'docs_url' => 'https://contactform7.com/controlling-behavior-by-setting-constants/',
'field' => sprintf(
'<label>
<input id="extra-disable-css" name="extra[disable-css]" value="1" %s type="checkbox" />
Expand All @@ -214,7 +214,7 @@ public function wpcf7_metabox( $cf7 ) {
),
'extra-disable-autop' => array(
'label' => __( 'Automatic Formatting', 'contact-form-7-extras' ),
'docs_url' => 'http://contactform7.com/controlling-behavior-by-setting-constants/',
'docs_url' => 'https://contactform7.com/controlling-behavior-by-setting-constants/#autop',
'field' => sprintf(
'<label>
<input id="extra-disable-autop" name="extra[disable-autop]" value="1" %s type="checkbox" />
Expand Down Expand Up @@ -256,7 +256,7 @@ public function wpcf7_metabox( $cf7 ) {
),
'extra-redirect-success' => array(
'label' => __( 'Redirect to URL on Success', 'contact-form-7-extras' ),
'docs_url' => 'http://contactform7.com/redirecting-to-another-url-after-submissions/',
'docs_url' => 'https://formcontrols.com/docs/contact-form-7-redirect-url',
'field' => sprintf(
'<label>
<input type="text" class="wide large-text" id="extra-redirect-success" name="extra[redirect-success]" value="%s" placeholder="%s" />
Expand All @@ -282,7 +282,7 @@ public function wpcf7_metabox( $cf7 ) {
),
'extra-track-ga' => array(
'label' => __( 'Analytics Tracking', 'contact-form-7-extras' ),
'docs_url' => 'http://contactform7.com/tracking-form-submissions-with-google-analytics/',
'docs_url' => 'https://formcontrols.com/docs',
'field' => sprintf(
'<label>
<input type="checkbox" id="extra-track-ga" name="extra[track-ga]" value="1" %s />
Expand Down

0 comments on commit 32b6b22

Please sign in to comment.