Changeset 3418178
- Timestamp:
- 12/12/2025 11:32:46 AM (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conditional-fields-for-elementor-form/assets/blueprints/blueprint.json
r3418156 r3418178 48 48 }, 49 49 { 50 "step": "installPlugin",51 "pluginData": {52 "resource": "wordpress.org/plugins",53 "slug": "conditional-fields-for-elementor-form"54 },55 "options": {56 "activate": false57 }58 },59 {60 50 "step": "importWxr", 61 51 "file": { … … 82 72 "path": "/wordpress/wp-content/mu-plugins/events-widget-notice.php", 83 73 "data": "<?php\nadd_action('admin_notices', function () {\n $demo_page = get_page_by_title('Conditional Fields for Elementor Form');\n $demo_edit_url = $demo_page ? admin_url('post.php?post=' . $demo_page->ID . '&action=edit') : admin_url('edit.php?post_type=page');\n $site_url = get_home_url();\n\n echo '<style>div#cpfNoticePanel,.tribe-dismiss-notice { display: none !important; }</style>';\n\n echo '<div class=\"notice notice-info is-dismissible\" style=\"padding: 25px; font-family: sans-serif; margin-top: 25px; border-left: 5px solid #00a0d2;\">\n <h2 style=\"margin-top: 0; display: flex; align-items: center; gap: 10px;\">\n Display Conditional Form Fields Anywhere Using a Simple Elementor Widget\n </h2>\n <p style=\"margin-bottom: 15px; font-size: 15px;\">\n Conditional Fields for Elementor Form is a smart add-on that lets you apply dynamic conditional logic to your Elementor forms. You can show, hide, enable, or disable fields based on user input — all without writing any code!\n </p>\n <div style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px;\">\n <a href=\"' . esc_url($site_url) . '\" class=\"button button-primary\" target=\"_blank\" style=\"padding: 10px 24px; font-size: 14px;\">🔍 View Demo</a>\n <a href=\"https://coolplugins.net/product/conditional-fields-for-elementor-form/?utm_source=cfef_plugin&utm_medium=readme&utm_campaign=get_pro&utm_content=wp_preview_get_pro#pricing\" target=\"_blank\" class=\"button\" style=\"padding: 10px 24px; font-size: 14px; background: linear-gradient(90deg, #d54e21, #ff851b); color: white; border: none;\">⭐ Get PRO — Unlock All Features</a>\n </div>\n <p style=\"font-size: 13px; margin-top: 15px; color: #555;\">🧩 The Pro version of Conditional Fields for Elementor Form unlocks advanced conditional actions, smarter automation, and powerful control options—helping you create highly dynamic, intelligent, and personalized form experiences inside Elementor.</p>\n </div>';\n});" 74 }, 75 { 76 "step": "installPlugin", 77 "pluginData": { 78 "resource": "wordpress.org/plugins", 79 "slug": "conditional-fields-for-elementor-form" 80 }, 81 "options": { 82 "activate": false 83 } 84 84 } 85 85 ]
Note: See TracChangeset
for help on using the changeset viewer.