Search

How to Create a Custom Field in Gravity Forms

gravityforms logo 2

Creating a custom field in Gravity Forms is a matter of extending a base Gravity Forms field class. You will need to override corresponding functions to support the custom field type created. Here’s how!

How to Add a Custom Attribute to a Gravity Forms Field

gravityforms logo 3

In Gravity Forms, fields contain attributes. These attributes or custom field settings are present under the General, Appearance or Advance tabs of a field. In case you need to add a custom attribute, here’s what you need to do.