norcross / gravity-tooltips

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

Support for Gravity Forms 2.5+ Markup #52

Open mkormendy opened 3 years ago

mkormendy commented 3 years ago

The new version of Gravity Forms (v2.5) has new markup when not in legacy mode.

Mostly the form uses divs instead of unordered lists, and things like checkboxes, radio buttons, complex fields (address fields, name fields, date fields, etc.) now use fieldsets with legends instead of labels to group things.

I've forked this repo, but there's some slow cognitive debt behind making the changes and I'm wondering if the plugin can be updated by someone more familiar with it before I get around to attempting a fix.

norcross commented 3 years ago

i'm not sure when i'll be able to dedicate any time to that, nor have i really dug into the new markup they're using and how the existing filters will work.

mkormendy commented 3 years ago

No worries, I am almost done making the changes on my local version and have it working.