Case Studies

Successful application of Machine Learning on WordPress Gravity Forms data

Does Machine Learning and Artificial Intelligence have a practical application to the WordPress community? That is the question that the University of Sydney have been exploring for me over the last several months. I am delighted and astonished by the results! Hype vs Reality Artificial Intelligence (AI) is the label for technology that can simulate human …

Successful application of Machine Learning on WordPress Gravity Forms data Read More »

A newbie’s experiments with Gravity Forms data analytics using Python

Much as I love GFChart, it’s only designed for very basic analysis of data collected via Gravity Forms. For more advanced analysis, another tool is required. As an experiment I’m trialling Python. In this post I describe my occasional part-time journey over the last few weeks from knowing nothing about Python, to being able to …

A newbie’s experiments with Gravity Forms data analytics using Python Read More »

How to put a Gravity Forms chart onto the WordPress dashboard

We are occasionally asked how to insert a chart onto the WordPress dashboard. For developers here is some example code (not guaranteed to work, and not supported by our help desk). This requires GFChart v1.4.0 or later. add_action(‘init’,’br_gfcdash’); function br_gfcdash(){ // Add a widget to the dashboard function gfcbr_add_dashboard_widgets() { wp_add_dashboard_widget( ‘gfchart_dashboard_widget’, // Widget slug. …

How to put a Gravity Forms chart onto the WordPress dashboard Read More »