Plugin Directory

Changeset 3167572


Ignore:
Timestamp:
10/12/2024 01:19:15 PM (18 months ago)
Author:
zerozendesign
Message:

Readme Updated as per David's request.

Location:
auto-advance-for-gravity-forms
Files:
253 added
2 edited

Legend:

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

    r3154026 r3167572  
    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: 5.0
     6Version: 5.0.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', '5.0' );
    16 define( 'AUTO_ADVANCED_ASSETS', '5.0' );
     15define( 'AUTO_ADVANCED_ZZD', '5.0.1' );
     16define( 'AUTO_ADVANCED_ASSETS', '5.0.1' );
    1717if ( !function_exists( 'aafgf_fs' ) ) {
    1818    // Create a helper function for easy SDK access.
  • auto-advance-for-gravity-forms/trunk/readme.txt

    r3154026 r3167572  
    44Requires PHP at least: 5.2.4
    55License: GPLv2 or later
    6 Tested up to: 6.6.1
     6Tested up to: 6.6.2
    77Stable tag: 5.0
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515
    1616Basic (Free) (Single Site)
    17 1. Auto advance for radio buttons, dropdown, polls and quizzes
    18 2. Hide/show next/previous/submit button
    19 (does not work with Gravity Forms Conversational Add-On)
     171. Auto advance for radio buttons and dropdown fields
    2018
    21 Pro ($39.99) (Up to 3 Sites) 
     19Pro ($39.99) (Up to 3 Sites)
    2220Everything from Free +
    23211. Works with products
    24 2. Works with check boxes [watch video](https://youtu.be/C66gjrMBaRw)
    25 3. Works with text and number fields [watch video](https://youtu.be/CXPq4270kA4)
     222. Works with polls and quizzes
     232. Works with check boxes watch video
     243. Works with text and number fields watch video
    26252. Works with conditional logic
    27263. Works with Gravity Forms Conversational Add-On
     
    29285. Adjust steps colors
    3029
     30== [GET PRO](https://checkout.freemius.com/mode/dialog/plugin/6159/plan/10072/) ==
     31
    3132Plus ($59.00 or $225 [lifetime]) (Unlimited Sites)
    3233Everything from Pro +
    3334Conversational settings [watch video](https://youtu.be/LUk1OwOZb-0)
    3435
     36== [GET Plus](https://checkout.freemius.com/mode/dialog/plugin/6159/plan/22985/licenses/unlimited/) ==
     37
    3538This plugin for WordPress and Gravity Forms completely transforms your boring forms into higher converting forms.
     39
     40== RESOURCES: ==
     41
     42Play with the Demos: [https://gformsdemo.com/gravity-forms-auto-advance-demo/](https://gformsdemo.com/gravity-forms-auto-advance-demo/)
     43Watch Demo Video: [https://www.multipagepro.com/features](https://www.multipagepro.com/features)
     44Buy the PRO Version: [https://www.multipagepro.com/pricing](https://www.multipagepro.com/pricing)
     45See Changelog & Upcoming Releases: [https://trello.com/b/z4vTvFop/multipage-auto-advance](https://trello.com/b/z4vTvFop/multipage-auto-advance)
    3646
    3747== Videos ==
     
    8797
    8898
    89 == RESOURCES: ==
    90 
    91 Play with the Demos: [https://gformsdemo.com/gravity-forms-auto-advance-demo/](https://gformsdemo.com/gravity-forms-auto-advance-demo/)
    92 Watch Demo Video: [https://www.multipagepro.com/features](https://www.multipagepro.com/features)
    93 Buy the PRO Version: [https://www.multipagepro.com/pricing](https://www.multipagepro.com/pricing)
    94 See Changelog & Upcoming Releases: [https://trello.com/b/z4vTvFop/multipage-auto-advance](https://trello.com/b/z4vTvFop/multipage-auto-advance)
    95 
    96 
    97 
    9899== Installation ==
    99100
Note: See TracChangeset for help on using the changeset viewer.