Linux 软件免费装
Banner图

GravityWP - Merge Tags

开发者 GravityWP
更新时间 2023年12月12日 17:17
PHP版本: 3.0.1 及以上
WordPress版本: 6.4
版权: GPLv2 or later
版权网址: 版权信息

标签

form forms gravity forms gravity form mergetag merge tag mergetags

下载

1.1.4 0.3 0.4 0.5 0.6 0.7 0.8 1.0 1.0.1 1.0.2 1.0.3 0.2 1.1 1.2.0 0.1 1.1.2 0.9 1.3.0

详情介绍:

The documentation for GravityWP - Merge Tags is available on GravityWP.com. This Gravity Forms Add-on adds an admin page to your WordPress back-end with a list of all the merge tags in your form. Besides that it gives you information (in different tabs) about field types (for example text, radio, hidden, select, email, checkbox, etc), Standard (Meta) Gravity Forms Merge Tags (and Merge Tags from GravityView and Gravity Flow), a replacement for the all_fields Merge Tag (with or without fileuploads) and Gravity Flow Step information. So... no more clicking on a dropdown to select the Merge Tag you need, but just copy and paste it from the list. And have a quick overview of all relevant information available for every specific Gravity Form on your site, copy it to Excel and use it in a way that suits your needs. The plugin adds a link in the toolbar above the Gravity Form you're working on and a menu link in de Forms submenu.

安装:

Upload the plugin files to the /wp-content/plugins/gravitywp-merge-tags directory, or install the plugin through the WordPress plugins screen directly.

屏幕截图:

  • Advanced Merge Tags (label, merge tag, short merge tag, field type like text, radio, hidden, checkbox, select, etc).
  • List of Standard Merge Tags (Gravity Forms, GravityView, Gravity Flow).
  • All Fields Tab. You can replace the all_fields merge tag with this and have full control what is shown.
  • The menu link that gets added in the Gravity Form toolbar.
  • The menu link under Forms (admin menu).
  • Gravity Flow Step information for the current Gravity Form (Step name, ID, Type, Active, Conditions)
  • Conditional Logic information for the current Gravity Form (Show or Hide / Match All or Any / Rules). Both and overview which fields have active Conditional Logic rules and which fields are used inside Conditional Logic rules.
  • Calculations overview for the current Gravity Form (Formula, Number Format).

常见问题:

Where can I find the Merge Tags list

You can click on 'Merge Tags' in the Toolbar above the Gravity Form you're working on. Or you can click on 'Merge Tags' in the Forms submenu.

What Gravity Form information is available?

The plugin provides you with several tabs with information about a specific Gravity Form.

  • Merge Tags: A simple list of Merge Tags available in the Gravity Form.
  • Advanced: Field Label, Merge Tag, Short Merge Tag, Field Type.
  • Dynamic Population: Query string templates.
  • Conditional Logic: An overview of all conditional logic rules in the form.
  • Calculations: An overview of all calculations in the form.
  • Meta: Available Standard (default) Merge Tags from Gravity Forms, GravityView and Gravity Flow.
  • Workflow: If you're using Gravity Flow, you'll have an extra tab with information about the Gravity Flow Steps that are configured within your Gravity Form. It provides information about the Step Name, the ID, the Type, if the step is active or not, what conditions are set and an automatically generated GravityWP - Count Shortcode to use as a counter for Gravity Flow steps.
  • All Fields: An alternative for the all_fields Merge Tag, which you can modify and customize. Option to select a table with or without fileuploads.

How can I add merge tags of my own plugin to the Merge Tags Meta tab?

By using the 'gwp_merge_tags_meta_merge_tags' filter, for example: add_filter( 'gwp_merge_tags_meta_merge_tags', 'my_plugin', 10, 1 ); function my_plugin( $gwp_merge_tags ) { $gwp_merge_tags['my_plugin']['name'] = 'My custom table'; $gwp_merge_tags['my_plugin']['url'] = 'https://gravitywp.com'; $gwp_merge_tags['my_plugin']['values'] = array( 'merge_tag_1', 'merge_tag_2', ); return $gwp_merge_tags; } The $gwp_merge_tags variable is an associative array, which you can add your own merge tags to. $gwp_merge_tags['key'] a unique key for your plugin. $gwp_merge_tags['key']['name'] contains the title for the table header. $gwp_merge_tags['key']['url'] URL for the plugin website. $gwp_merge_tags['key']['values'] an array with merge tags.

更新日志:

1.3 1.2 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0.3 1.0.2 1.0.1 1.0 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1