GForms.Dev

A Gravity Forms tutorials site for beginners and developers alike.

Hello and welcome to GForms.Dev, an independent website showcasing Gravity Forms tutorials for all users, for any project. Whether you're looking for guides, php hooks and filters, code snippets, add-ons, templates, demos or have solutions to share with the community, this site is here to help.

Gravity Forms Entry Object

Gravity Forms Entry Object is the packet of information that was captured upon successful submission of a particular entry. The data format is an array: “An array in PHP is actually an ordered map. A map is a type that associates values to keys. This type is optimized for several different uses; it can be treated as an array, […]

Read More… from Gravity Forms Entry Object

Gravity Forms Data Is Object Oriented

Gravity Forms is a data capture WordPress plugin that acquires data from users via web forms. The data captured by Gravity Forms is object-oriented…here’s what that means: “An object-oriented database stores data as objects, similar to how certain programming languages manage data. Instead of tables with rows and columns like traditional databases, object databases use […]

Read More… from Gravity Forms Data Is Object Oriented