Form entries not saving after updating to 2.9.2

Hi,

I have an issue after updating the plugin to v 2.9.2

I have found out after some debugging that it is caused by sending the wrong hash when submitting a form.
The expected hash and the sent hash are not the same.

Anyone else having the same issue?

Thanks!

Are you using an Elementor widget?

There are some third-party add-ons for Elementor that are passing “yes” for the show title and description settings from their widgets, instead of the expected booleans.

Essential Addons for Elementor plugin has released an update to resolve the issue with their widget.

The developers of the Ocean Elementor Widgets plugin should be aware of the issue by now.

A workaround is to set the show title and description toggles in the widget settings to off.

I use the free Elementor plugin, but no additional addons.

The forms are added to the pages via shortcodes.

Can you post a link to a page containing a form with the issue?

The issue is caused by the tabindex attribute being set to -1.

0 should be used to prevent the plugin including that attribute when preparing the field markup, so the browser will automatically determine the tab order.

Amazing! That works.

Thank you som much.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.