norcross / gravity-tooltips

Adds a custom field to each form element for tooltips
MIT License
74 stars 20 forks source link

Hook for adding tooltip on my custom field #27

Closed tareqhi closed 8 years ago

tareqhi commented 8 years ago

It would be better if you add a filter/hook to permit custom field's to add tooltip option on form editor page. I have some custom field developed for specific reason. If you add a function which can be publicly accessible will help to add tooltip option's on my fields. Thanks

norcross commented 8 years ago

not totally sure what you mean by "custom fields", but there is a filter to add / remove which field types have the tooltip available to it. the filter is gf_tooltips_allowed_fields

tareqhi commented 8 years ago

Ok, got it. Thanks..