I am using gravity forms and using my own styles to make the forms fit my site. In doing so I found the following bug in the Address block for a form.
When you include an address block in the form, GF plugin drops in the following code for the city field of the form (specifically the label field)
Unlike the other fields the id has a period rather than an underscore. When using CSS to style entries this creates a problem.
The bug is in common.php in the use of a sprintf statement (line 2723 in my release) as shown below
The recommend change is :
Hope this helps everyone
Loren