I am using the 'gform_pre_render_' filter and want to target the drop down in a Pricing Options form element. I tried this, but it only changes 'Standard Fields->Drop Down' elements:
if($field['type'] != 'select' || strpos($field['cssClass'], 'populate-posts') === false)
The filter is set up like it is used in this article: Dynamically Populating Drop Down Fields. And the post Gravity Forms CSS: Targeting Specific Elements doesn't cover Pricing Fields.
Can anyone give me a rundown on the elements generated by the Pricing Fields? Please?