آیکن Form Styler for Gravity Forms and Elementor
افزونه رایگان نسخه 1.1

Form Styler for Gravity Forms and Elementor

توسعه‌دهنده: AppsCreo

توضیحات

Embed and fully style Gravity Forms inside Elementor with live preview, Orbital theme support, and pixel-perfect design controls.

تغییرات این نسخه

1.1.0
New — Input Fields

* Added Padding control (Normal tab) for inputs, textareas, and selects.

* Added Placeholder Color control (Normal tab) — targets the native ::placeholder pseudo-element and the legacy .placeholder class used by older Gravity Forms versions.

* Added Placeholder Typography control (Normal tab) — allows customising font family, size, weight, style, and letter spacing of placeholder text.

New — Submit Button

* Added a Focus state tab to the Submit Button section, matching the structure of the existing Normal and Hover tabs. Includes: background (solid or gradient), text color, border color, box shadow (Default / None / Custom), and outline (Default / None / Custom with color, width, and offset).

Fixed — Submit Button styles not applying on the front end

* Button styles set in the Elementor editor were visible in the preview but lost on the published page because Gravity Forms’ own stylesheet was overriding them by load order. Affected declarations (color, padding, border radius, border color, box shadow) now include !important so they reliably win over Gravity Forms defaults regardless of stylesheet enqueue order.

Fixed — “Select a form” placeholder appearing out of order in the dropdown

* Gravity Forms returns form IDs as integers. Assigning integer keys to an associative PHP array alongside an empty-string key caused PHP to reorder the array and push the placeholder option to the bottom of the list. Form IDs are now explicitly cast to strings,