GravityWP
Forum Replies Created
-
Forum: Plugins
In reply to: [GravityWP - Count] A feature I wanted 1 year ago – Variable ColorHi @cybokron,
You can count the total entries of multiple forms and even a number field of multiple forms (only if the number field has the same Field ID in both forms). See for an explanation here: https://gravitywp.com/doc/counting-multiple-forms/.
Filter will only work if the filter ID’s are exactly the same. In your example that is not the case, so you probaly need some custom code to accomplish that. We highly recommend https://aiwos.com/en/gravity-forms-expert/.
Forum: Plugins
In reply to: [GravityWP - Count] Gravity Count as the value in a field inside a formAs far as I know it is not possible to use shortcodes to fill field values.
Forum: Plugins
In reply to: [GravityWP - Count] A feature I wanted 1 year ago – Variable ColorYes it is possible since a while:
https://ww.wp.xz.cn/plugins/gravitywp-count/#is%20there%20a%20filter%20to%20change%20the%20output%3FForum: Plugins
In reply to: [GravityWP - Count] Quantity Entry & Email Notification FieldAs far as I know it is also not possible to use shortcodes in a fields default value. I think you will need custom code to achieve this.
Forum: Plugins
In reply to: [GravityWP - Count] Quantity Entry & Email Notification FieldHi,
Question 1:
You can count the sum of a number field. https://ww.wp.xz.cn/plugins/gravitywp-count/#how%20do%20i%20use%20the%20shortcode%20to%20get%20a%20sum%20of%20a%20number%20field%20for%20multiple%20entries%3F
If you use a product field for quantity you can put the quantity merge tag in a number field formula: {Product Name A (Quantity):1.3}Question 2:
I don’t think shortcodes are supported in the conditional logic field.Forum: Plugins
In reply to: [GravityWP - Count] Filter operatorThe problem, most likely, is that the checkboxes values are stored as an array. That’s probably why you were asking for an does_not_contain operator. This operator is not supported unfortunately, but you should be able to target the individual check by using filter_field=’83.1′.
Hope this helps!Forum: Plugins
In reply to: [GravityWP - Count] Filter operatorHi @imoorey
Could you explain a little bit more what you want to achieve (with an example or a link)?
You can use ‘isnot’ to get a number of all the users that didn’t select a certain value and use multiple ‘isnot’ filters to specify that.
Kind regards,
ErikHi,
We just deployed v0.9.8, earlier than expected.
You can use the filter as described here:
Is there a filter to change the output?/a>The raw value is numeric, when you return that it should work.
Hi, indeed, Count outputs a formatted number, which is in string format. A future version of this plugin will have the possibility to filter the result, so you can convert it to an integer type yourself by adding some code to your functions.php.
I can’t promise a release date, as we are quite busy at the moment, but I think it will be within a week or 3.
Hi Jonathan,
it seems the Elementor counter widget doesn’t support shortcodes.
Best regards, the GravityWP Team.
Forum: Plugins
In reply to: [GravityWP - Merge Tags] Errors in All Fields table@marc_j Updating to 1.1.2 should resolve this. Thanks again for reporting.
Forum: Plugins
In reply to: [GravityWP - Merge Tags] Errors in All Fields tableHi Marc,
Thanks for reporting this, we will release a fix within a few days.Forum: Plugins
In reply to: [GravityWP - Count] SubtractHi @pacc
If you use the shortcode inside a GravityView or other place you can use Merge Tags, you can use the shortcode in combination with the value from the dropdown (assuming it is a number as value and you use the :value modifier).
It is not possible currently to use a value from the entries to subtract.
Hope this helps! Good luck.
Forum: Plugins
In reply to: [GravityWP - Count] SubtractMaybe this works:
[gravitywp_count formid='1' $number_field='2' $add_number='-100' $multiply='-1']Where add_number is -1 * the value you want to subtract from.
Forum: Plugins
In reply to: [GravityWP - Merge Tags] Listed Payment Merge Tags Don’t WorkHi there,
thanks for your feedback, you are right. It seems these merge tags have a new syntax like {payment_action:amount}. We will update this in the next release. You can checkout the Gravity Forms docs to see which payment merge tags are available: https://docs.gravityforms.com/payment_action-merge-tag/