Gravity Forms Core – WordPress Plugin – Version –...

### 2.9.5.1
– Fixed an issue where the form submits or the next page is displayed if the previous button does not include the gform_previous_button class when clicked. Note: When using filters like gform_submit_button, gform_next_button, or gform_previous_button to replace the input elements with button elements, make sure to keep the attributes from the original elements. [Example code](https://docs.gravityforms.com/gform_submit_button/#h-1-change-input-to-button).
– Updated a few instances of the dropdown component to use the more current HTML dropdown component.
– Fixed an issue where a javascript error occurs if a calculation is attempted and the calculation field does not have an input.
– API: Updated the generic map setting field to support using textareas when mapping to a custom value.
### 2.9.5 | 2025-03-20
– Fixed an issue where a javascript error is thrown when using multiple forms on the same page with conditional logic.
– Fixed a bug that causes a PHP error when you try to duplicate a duplicate of a form. Credit: The GravityKit Team.