Developer
Here you’ll find articles and tutorials for developers and those familiar with basic website code. This includes CSS styling guides, tutorials for working with the GravityView DIY Layout, and advanced Gravity Forms tips.
GravityView GitHub access: Changes we’re making and why
We’re making a small but important change to how the GravityView source code is distributed on GitHub. The GravityView core repository will move from public to private. This change is about aligning source access with licensed usage while continuing to fully support developers, agencies,…
The why and how of using WordPress to build an MVP
Noah Kagan, the founder of AppSumo, says that the secret to marketing is to build a great product. But here’s the catch: in order to build a great product, you need to know what users actually want. Enter the MVP, or “Minimum Viable Product”….
Scaling data processing for Gravity Forms: How ditching PHP made it 100x faster
Big forms, big data, big problems. Gravity Forms’ flexible data structure is a gift until you need to crunch thousands of entries fast. So we built a faster way to process data. Up to 100x faster. Here’s how we did it. Slow data is…
How to build a dynamic testimonial wall using Gravity Forms and GravityView
In this tutorial, I’ll show you how to build a dynamic testimonial wall that updates automatically as new testimonials are submitted. Using Gravity Forms to collect submissions and GravityView to display them, you can build a visually engaging display that showcases real feedback from…
Complete guide to the use of deprecation notices in WordPress (for users AND developers)
You’ve just updated a plugin, theme, or even PHP on your WordPress site, and suddenly it happens: a Deprecated: message appears. What’s going on? Is the plugin broken? Is it time to send a concerned message to support? Hey, I’m Doeke, a senior developer…
Gravity Forms AJAX: The complete guide to smoother submissions
Did you know that Gravity Forms supports AJAX? Enabling AJAX means that your forms no longer require a page reload to validate and submit entries. If you’ve installed Gravity Forms on your website, you may have a number of questions related to AJAX functionality….
How to create a CRUD system on WordPress (without code)
In this post I dive deep into building custom CRUD solutions on WordPress that can power any web application. Creating a CRUD system doesn’t have to involve custom code or SQL queries! WordPress has grown over the years, from a simple blogging platform to…
All you need to know about Gravity Forms merge tags
I dived deep into Gravity Forms merge tags to bring you the ultimate guide on utilizing dynamic content in Gravity Forms. Merge tags enable you to display data about a form, an entry, a specific field, a user, a post—well, basically anything. You can…