Changeset 3299364
- Timestamp:
- 05/23/2025 12:15:12 PM (10 months ago)
- Location:
- chatterbug-forms
- Files:
-
- 4 edited
-
tags/1.0.2/dashboard/dashboard.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
trunk/dashboard/dashboard.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chatterbug-forms/tags/1.0.2/dashboard/dashboard.php
r3296590 r3299364 1 1 <?php 2 if ( ! defined( 'ABSPATH' )) exit;2 if (! defined('ABSPATH')) exit; 3 3 4 4 5 5 add_action('after_setup_theme', 'cbforms_remove_admin_bar55'); 6 6 function cbforms_remove_admin_bar55() … … 70 70 </div> 71 71 <div class="sitekeywrap fieldwrap"> 72 <span style="font-size:18px;width:100%;" class="cbformslabel">Site Key</span> 72 73 73 <?php 74 74 if ($cbformsplugindahsboardtext == 'notconnected') { 75 75 ?> 76 <span id="cbformssitekey" class="selectable" style="color:var(--cbfp-red);"><?php echo wp_kses_post($cbformssitekey); ?><span id="cbformssitestatus" style="color:var(--cbfp-red);">Not Connected</span> 76 <span style="font-size:18px;width:100%; color:var(--cbfp-red);" class="cbformslabel">Site Key - Not Connected</span> 77 <span id="cbformssitekey" class="selectable" style="color:var(--cbfp-red);"><?php echo wp_kses_post($cbformssitekey); ?> 77 78 <?php 78 79 } else { 79 80 ?> 81 <span style="font-size:18px;width:100%; color:var(--cbfp-green);" class="cbformslabel">Site Key - Connected</span> 80 82 <span id="cbformssitekey" class="selectable"><?php echo wp_kses_post($cbformssitekey); ?></span><?php echo wp_kses_post($cbformsplugindahsboardtext); ?> 81 83 <?php -
chatterbug-forms/tags/1.0.2/readme.txt
r3299162 r3299364 16 16 17 17 **Chatterbug Forms** is a powerful, flexible, modern, lightweight WordPress form builder designed for ease of use and flexibility. Whether you need a simple contact form, a feedback survey, or a lead generation form, Chatterbug Forms helps you build and embed forms in just a few clicks. 18 Chatterbug Forms](https://wp.chatterbugforms.com) creates custom forms with ease, collects responses efficiently, and integrates seamlessly with various third-party services. Perfect for contact forms, surveys, lead generation, and more.18 [Chatterbug Forms](https://wp.chatterbugforms.com) creates custom forms with ease, collects responses efficiently, and integrates seamlessly with various third-party services. Perfect for contact forms, surveys, lead generation, and more. 19 19 20 20 == Key Features == -
chatterbug-forms/trunk/dashboard/dashboard.php
r3296559 r3299364 1 1 <?php 2 if ( ! defined( 'ABSPATH' )) exit;2 if (! defined('ABSPATH')) exit; 3 3 4 4 5 5 add_action('after_setup_theme', 'cbforms_remove_admin_bar55'); 6 6 function cbforms_remove_admin_bar55() … … 70 70 </div> 71 71 <div class="sitekeywrap fieldwrap"> 72 <span style="font-size:18px;width:100%;" class="cbformslabel">Site Key</span> 72 73 73 <?php 74 74 if ($cbformsplugindahsboardtext == 'notconnected') { 75 75 ?> 76 <span id="cbformssitekey" class="selectable" style="color:var(--cbfp-red);"><?php echo wp_kses_post($cbformssitekey); ?><span id="cbformssitestatus" style="color:var(--cbfp-red);">Not Connected</span> 76 <span style="font-size:18px;width:100%; color:var(--cbfp-red);" class="cbformslabel">Site Key - Not Connected</span> 77 <span id="cbformssitekey" class="selectable" style="color:var(--cbfp-red);"><?php echo wp_kses_post($cbformssitekey); ?> 77 78 <?php 78 79 } else { 79 80 ?> 81 <span style="font-size:18px;width:100%; color:var(--cbfp-green);" class="cbformslabel">Site Key - Connected</span> 80 82 <span id="cbformssitekey" class="selectable"><?php echo wp_kses_post($cbformssitekey); ?></span><?php echo wp_kses_post($cbformsplugindahsboardtext); ?> 81 83 <?php -
chatterbug-forms/trunk/readme.txt
r3299162 r3299364 16 16 17 17 **Chatterbug Forms** is a powerful, flexible, modern, lightweight WordPress form builder designed for ease of use and flexibility. Whether you need a simple contact form, a feedback survey, or a lead generation form, Chatterbug Forms helps you build and embed forms in just a few clicks. 18 Chatterbug Forms](https://wp.chatterbugforms.com) creates custom forms with ease, collects responses efficiently, and integrates seamlessly with various third-party services. Perfect for contact forms, surveys, lead generation, and more.18 [Chatterbug Forms](https://wp.chatterbugforms.com) creates custom forms with ease, collects responses efficiently, and integrates seamlessly with various third-party services. Perfect for contact forms, surveys, lead generation, and more. 19 19 20 20 == Key Features ==
Note: See TracChangeset
for help on using the changeset viewer.