Changeset 2978872
- Timestamp:
- 10/13/2023 05:43:17 PM (2 years ago)
- Location:
- auto-advance-for-gravity-forms
- Files:
-
- 6 added
- 2 deleted
- 8 edited
-
assets/screenshot-1.jpg (deleted)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (deleted)
-
assets/x-screenshot-1.jpg (added)
-
assets/x-screenshot-2.png (added)
-
assets/x-screenshot-3.png (added)
-
assets/x-screenshot-4.png (added)
-
assets/x-screenshot-5.png (added)
-
trunk/auto-advance-for-gravity-forms.php (modified) (2 diffs)
-
trunk/css/gfaa-admin.css (modified) (1 diff)
-
trunk/js/gfaa-admin.js (modified) (1 diff)
-
trunk/php/class-gfautoadvancedaddon.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-advance-for-gravity-forms/trunk/auto-advance-for-gravity-forms.php
r2978325 r2978872 4 4 Plugin Name: Auto Advance for GravityForms 5 5 Description: The Auto Advance plugin for Gravity Forms makes the form filling process quicker and more user friendly for visitors. The plugin gives an easy way to choose which field(s) trigger an auto advance to the next step of your form. 6 Version: 4.6 6 Version: 4.6.1 7 7 Author: Frog Eat Fly 8 8 Tested up to: 6.0.2 … … 13 13 define( 'ZZD_AAGF_DIR', plugin_dir_path( __FILE__ ) ); 14 14 define( 'ZZD_AAGF_URL', plugin_dir_url( __FILE__ ) ); 15 define( 'AUTO_ADVANCED_ZZD', '4.6 ' );15 define( 'AUTO_ADVANCED_ZZD', '4.6.1' ); 16 16 define( 'AUTO_ADVANCED_ASSETS', time() ); 17 17 -
auto-advance-for-gravity-forms/trunk/css/gfaa-admin.css
r2978325 r2978872 111 111 } 112 112 113 .forcehide{ 114 display: none !important; 115 } -
auto-advance-for-gravity-forms/trunk/js/gfaa-admin.js
r2978325 r2978872 279 279 $('.gfaa_field_list_value').show(); 280 280 281 console.log(field.type);281 // console.log(field.type); 282 282 283 283 if( field.type == 'product' ) { -
auto-advance-for-gravity-forms/trunk/php/class-gfautoadvancedaddon.php
r2978325 r2978872 877 877 878 878 if ( $tab_id == 'gfaa_tab' ) { 879 // 'text', 'textarea', 'checkbox', 'number', 'address', 'product' 880 // echo "<pre>"; print_r($form); echo "</pre>"; 879 881 ?> 880 882 … … 882 884 <li class="gfaa_field_list_value field_setting"> 883 885 <input type="checkbox" id="field_list_value" onclick="SetFieldProperty('autoAdvancedField', this.checked); 884 if(this.checked ) { $('.gfaa_inputNumberKeys').show();} else { $('.gfaa_inputNumberKeys').hide(); } "886 if(this.checked && ( field.type == 'text' || field.type == 'textarea' || field.type == 'checkbox' || field.type == 'number' || field.type == 'address' ) ) { $('.gfaa_inputNumberKeys').show();} else { $('.gfaa_inputNumberKeys').hide(); } " 885 887 /> 886 888 <label class="inline" for="field_list_value"> … … 922 924 </li> 923 925 924 <li class="gfaa_image_setting field_setting"> 926 927 <?php 928 $has_conversational = false; 929 if ( isset( $form['gfaa'] ) && isset( $form['gfaa']['gfaa_type'] ) && $form['gfaa']['gfaa_type'] == 'conversational' ) { 930 if ( isset( $form['gfaa']['enable_conversational'] ) && $form['gfaa']['enable_conversational'] == 1 ) { 931 $has_conversational = true; 932 } 933 } 934 ?> 935 <li class="gfaa_image_setting field_setting <?php 936 echo ( $has_conversational ? 'has_conversational' : 'forcehide' ) ; 937 ?>"> 925 938 <label for="gfac_image_url" class="section_label"> 926 939 <?php -
auto-advance-for-gravity-forms/trunk/readme.txt
r2978330 r2978872 13 13 The Multi Page Auto Advance plugin for Gravity Forms makes the form filling process quicker and more user friendly for visitors. There are 3 options available: 14 14 15 FREE: 15 Basic (Free) (Single Site) 16 16 1. Auto advance for radio buttons, dropdown, polls and quizzes 17 17 2. Hide/show next/previous/submit button 18 18 (does not work with Gravity Forms Conversational Add-On) 19 19 20 Pro $39.9920 Pro ($39.99) (Up to 3 Sites) 21 21 Everything from Free + 22 22 1. Works with products 23 2. Works with check boxes (watch video)24 3. Works with text and number fields (watch video)23 2. Works with check boxes [watch video](https://youtu.be/C66gjrMBaRw) 24 3. Works with text and number fields [watch video](https://youtu.be/CXPq4270kA4) 25 25 2. Works with conditional logic 26 26 3. Works with Gravity Forms Conversational Add-On … … 28 28 5. Adjust steps colors 29 29 30 Plus ( 59.99)30 Plus ($59.00 or $225 [lifetime]) (Unlimited Sites) 31 31 Everything from Pro + 32 Conversational settings (watch video)32 Conversational settings [watch video](https://youtu.be/LUk1OwOZb-0) 33 33 34 34 This plugin for WordPress and Gravity Forms completely transforms your boring forms into higher converting forms. … … 36 36 == Videos == 37 37 38 Here is the conversational settings video: [https://youtu.be/LUk1OwOZb-0](https://youtu.be/LUk1OwOZb-0) 39 Here is the text and number fields video[https://youtu.be/CXPq4270kA4](https://youtu.be/CXPq4270kA4) 38 [Overview and Features](https://youtu.be/bZlvWOlgtLw) 39 [Conversational settings video](https://youtu.be/LUk1OwOZb-0) 40 [Text and number fields video](https://youtu.be/CXPq4270kA4) 41 [Checkboxes fields video](https://youtu.be/C66gjrMBaRw) 40 42 41 43 == Example == … … 47 49 [Other triggers conditional field to enter favorite color manually and click next] 48 50 49 == Changelog ==50 10/13/202351 Verson @6.452 - Added conversational form53 - Support added for gravityforms conversational forms54 - Steps color settings added.55 - Added compatibility with php 8.056 - Added compatibility with latest wordpress version57 - Fixed warnings from old version.58 51 59 52 == RESOURCES: == … … 62 55 Watch Demo Video: [https://www.multipagepro.com/features](https://www.multipagepro.com/features) 63 56 Buy the PRO Version: [https://www.multipagepro.com/pricing](https://www.multipagepro.com/pricing) 57 See Changelog & Upcoming Releases: [https://trello.com/b/z4vTvFop/multipage-auto-advance](https://trello.com/b/z4vTvFop/multipage-auto-advance) 64 58 65 59
Note: See TracChangeset
for help on using the changeset viewer.