GravityWP
Forum Replies Created
-
Forum: Plugins
In reply to: [GravityWP - Count] Using “Today”Hi teachucomp!
Thanks for the feedback and I fully agree with you. But integrating that will take quite some effort.
The GFChart plugin already has this option and you can get the same ‘count’ results. Let me know if this helps.
Forum: Plugins
In reply to: [GravityWP - Count] Sum of fields in several formsHi Nitrat,
no, this is not possible. You can use javascript to do the same (you can use the results of the shortcode in javascript and let js do your calculations).
Hope that helps!
Forum: Plugins
In reply to: [GravityWP - Count] Strange sumThan I have no idea. The difference is 835,400 and this should come from somewhere. The plugin uses the standard filter options from Gravity Forms $search_criteria
See official GF documentation
$search_criteria[‘start_date’] = $start_date;
$search_criteria[‘end_date’] = $end_date;You could ask a developer at Codeable to have a look what’s going wrong (they have excellent Gravity Forms experts) or use GFChart, which has basically the calculation function you want: GFChart.
Good luck!
Forum: Plugins
In reply to: [GravityWP - Count] Counting number of times a value appears in a formYou can’t use this shortcode for this.
The simplest, most visible way to solve your problem is making 3 additional number fields for each question field with standard value 1. You can trigger if this additional (A B or C for question 1 for example) number field is ‘shown’ with conditional logic. At the end of your form you can than make 3 different number field calculations. Because of conditional logic it will only count the visible numbers (even if you hide it for the users themselves).
Faster is to custome code something.
For Gravity Forms related coding, check Codeable
for good developers.Forum: Plugins
In reply to: [GravityWP - Count] Strange sumHi Nitrat,
Can it be that you have negative numbers in entries in between 10/31/2017 and 12/31/2017? And can you try setting the end date of the 4th shortcode to 10/31/2017 (does it give the same result)?
Forum: Plugins
In reply to: [GravityWP - Count] How to filter by gravity flow user’s stepHi Siwax,
Thanks for the suggestion. We are currently not extending this plugin. Maybe you have better luck with Gfchart, which can also be used to count and filter entries.
Kind regards!
Forum: Plugins
In reply to: [GravityWP - Count] GravityWP Count not Producing Correct ResultsIt can be that you use wrong tags
Could you try this and let me know if its working?[gravitywp_count formid=’4′]
Forum: Plugins
In reply to: [GravityWP - Count] Entries last week or todayHi @atmaarten!
Thank you for your suggestion. And it’s indeed a nice add to our plugin, but GF Chart already provides this functionality (and recently added functionalities like decimal point and thousand seperator): https://gfchart.com/?ref=3
See here their documentation about ‘relative date filtering’:
https://gfchart.com/documentation/?ref=3#relative-date-filteringHope this helps you a little further!
- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
- This reply was modified 7 years, 8 months ago by GravityWP. Reason: Link didn't work... grrr
Forum: Plugins
In reply to: [GravityWP - Count] send on SMSLet me know when you tested it.
Forum: Plugins
In reply to: [GravityWP - Count] send on SMS@carswahab
Could you check first if other shortcodes are working?The plugin is sold on codecanyon, I guess you have bought it there:
https://codecanyon.net/item/gravity-forms-sms-pro/14539019?ref=gravitywpIf so, you could better start there to ask why his plugin doesn’t support shortcodes. We use the basic functionality of WordPress, so probably you’ll have the same problem with other shortcodes.
Forum: Plugins
In reply to: [GravityWP - Count] send on SMSWhat plugin do you use to send SMS? And did you try to use other shortcodes? If yes, which ones do work?
Forum: Plugins
In reply to: [GravityWP - Count] How to filter by Approval StatusHi Mato, as told in the mail, I’ve got wonderful help from the Gravityview team, they provided me with a patch for the plugin to make it able to filter on approval status.
You can use the approval filtering by adding this to the shortcode:
is_approved=”yes” or is_approved=”no”Keep up the good work!?
Erik
Forum: Plugins
In reply to: [GravityWP - Count] How to filter by Approval StatusHi Mato,
you can ask for custom development tasks for WordPress and Gravity Forms on Codeable. Search for developers that know Gravity Forms, but you can also post your task with a good title, and the right developers will find you. We have currently not enough time to develop this in the online, free plugin, but you can always contact us and ask for a quote at our support page.
We wish you a lot of success with your project!
- This reply was modified 7 years, 9 months ago by GravityWP.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP Breaks SSLWe have the same issue.
Forum: Plugins
In reply to: [GravityWP - Count] How to filter by Approval StatusHi Mato,
the GravitWP Count plugin uses the entry variables available in GFAPI::get_entries(). What you are looking for is an extra step (filtering on GVCommon::get_entries() from GravityView). We currently don’t support this, we only use the GFAPI.Kind regards,
Erik