Plugin Directory

Changeset 2978872


Ignore:
Timestamp:
10/13/2023 05:43:17 PM (2 years ago)
Author:
zerozendesign
Message:

Readme and UI updates

Location:
auto-advance-for-gravity-forms
Files:
6 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • auto-advance-for-gravity-forms/trunk/auto-advance-for-gravity-forms.php

    r2978325 r2978872  
    44Plugin Name: Auto Advance for GravityForms
    55Description:  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
     6Version: 4.6.1
    77Author: Frog Eat Fly
    88Tested up to: 6.0.2
     
    1313define( 'ZZD_AAGF_DIR', plugin_dir_path( __FILE__ ) );
    1414define( 'ZZD_AAGF_URL', plugin_dir_url( __FILE__ ) );
    15 define( 'AUTO_ADVANCED_ZZD', '4.6' );
     15define( 'AUTO_ADVANCED_ZZD', '4.6.1' );
    1616define( 'AUTO_ADVANCED_ASSETS', time() );
    1717
  • auto-advance-for-gravity-forms/trunk/css/gfaa-admin.css

    r2978325 r2978872  
    111111}
    112112
     113.forcehide{
     114    display: none !important;
     115}
  • auto-advance-for-gravity-forms/trunk/js/gfaa-admin.js

    r2978325 r2978872  
    279279            $('.gfaa_field_list_value').show();
    280280           
    281             console.log(field.type);
     281            // console.log(field.type);
    282282           
    283283            if( field.type == 'product' ) {
  • auto-advance-for-gravity-forms/trunk/php/class-gfautoadvancedaddon.php

    r2978325 r2978872  
    877877       
    878878        if ( $tab_id == 'gfaa_tab' ) {
     879            // 'text', 'textarea', 'checkbox', 'number', 'address', 'product'
     880            // echo "<pre>"; print_r($form); echo "</pre>";
    879881            ?>
    880882           
     
    882884            <li class="gfaa_field_list_value field_setting">
    883885                <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(); }     "
    885887                />
    886888                <label class="inline" for="field_list_value">
     
    922924            </li>
    923925           
    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            ?>">
    925938                <label for="gfac_image_url" class="section_label">
    926939                    <?php
  • auto-advance-for-gravity-forms/trunk/readme.txt

    r2978330 r2978872  
    1313The 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:
    1414
    15 FREE:
     15Basic (Free) (Single Site)
    16161. Auto advance for radio buttons, dropdown, polls and quizzes
    17172. Hide/show next/previous/submit button
    1818(does not work with Gravity Forms Conversational Add-On)
    1919
    20 Pro $39.99
     20Pro ($39.99) (Up to 3 Sites)
    2121Everything from Free +
    22221. Works with products
    23 2. Works with check boxes (watch video)
    24 3. Works with text and number fields (watch video)
     232. Works with check boxes [watch video](https://youtu.be/C66gjrMBaRw)
     243. Works with text and number fields [watch video](https://youtu.be/CXPq4270kA4)
    25252. Works with conditional logic
    26263. Works with Gravity Forms Conversational Add-On
     
    28285. Adjust steps colors
    2929
    30 Plus (59.99)
     30Plus ($59.00 or $225 [lifetime]) (Unlimited Sites)
    3131Everything from Pro +
    32 Conversational settings (watch video)
     32Conversational settings [watch video](https://youtu.be/LUk1OwOZb-0)
    3333
    3434This plugin for WordPress and Gravity Forms completely transforms your boring forms into higher converting forms.
     
    3636== Videos ==
    3737
    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)
    4042
    4143== Example ==
     
    4749[Other triggers conditional field to enter favorite color manually and click next]
    4850
    49 == Changelog ==
    50 10/13/2023
    51 Verson @6.4
    52  - Added conversational form
    53  - Support added for gravityforms conversational forms
    54  - Steps color settings added.
    55  - Added compatibility with php 8.0
    56  - Added compatibility with latest wordpress version
    57  - Fixed warnings from old version.
    5851
    5952== RESOURCES: ==
     
    6255Watch Demo Video: [https://www.multipagepro.com/features](https://www.multipagepro.com/features)
    6356Buy the PRO Version: [https://www.multipagepro.com/pricing](https://www.multipagepro.com/pricing)
     57See Changelog & Upcoming Releases: [https://trello.com/b/z4vTvFop/multipage-auto-advance](https://trello.com/b/z4vTvFop/multipage-auto-advance)
    6458
    6559
Note: See TracChangeset for help on using the changeset viewer.