Is it possible to build my own add-on to gravity forms, creating more fields to choose from, or utilizing existing fields? If so, is there documentation on how to go about this? Thanks
Is it possible to build my own add-on to gravity forms, creating more fields to choose from, or utilizing existing fields? If so, is there documentation on how to go about this? Thanks
Gravity Forms has a large number of hooks and filters for customization it's functionality. You can create your own Add-Ons using these hooks. We use these hooks to create our own Add-Ons. All of the hooks and filters are documented in the Developer Docs area of the Documentation.
Which hooks you need to use depends on what you want to do. If you explain what you want to do and provide details we can give you some suggestions on how to go about implementing it.